Share via


Application.GetRedoListItem Method

Project Developer Reference

Returns the label of the specified item in the redo list.

Syntax

expression.GetRedoListItem(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 redo list.

Return Value
String

See Also