Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 936 Bytes

Project.Application.GetUndoListItem.md

File metadata and controls

49 lines (29 loc) · 936 Bytes
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.GetUndoListItem method (Project)
vbapj.chm131097
vbapj.chm131097
project-server
Project.Application.GetUndoListItem
e77826ab-118d-2b69-6f99-cb8ce65afb43
06/08/2017
medium

Application.GetUndoListItem method (Project)

Returns the label of the specified undo list item.

Syntax

expression. GetUndoListItem( _ItemIndex_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
ItemIndex Required Long Index of the item in the undo list .

Return value

String

Example

The following example returns the label of the first item in the undo list.

GetUndoListItem(1)

[!includeSupport and feedback]