title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.GetUndoListItem method (Project) |
vbapj.chm131097 |
|
project-server |
|
e77826ab-118d-2b69-6f99-cb8ce65afb43 |
06/08/2017 |
medium |
Returns the label of the specified undo list item.
expression. GetUndoListItem
( _ItemIndex_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
ItemIndex | Required | Long | Index of the item in the undo list . |
String
The following example returns the label of the first item in the undo list.
GetUndoListItem(1)
[!includeSupport and feedback]