Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 854 Bytes

Project.Application.EditUndo.md

File metadata and controls

39 lines (24 loc) · 854 Bytes
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.EditUndo method (Project)
vbapj.chm201
vbapj.chm201
project-server
Project.Application.EditUndo
f13ce3a1-f8f2-8b00-d870-6e30f6b772f5
06/08/2017
medium

Application.EditUndo method (Project)

Cancels the last user-interface action.

Syntax

expression. EditUndo( _fUndo_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
fUndo Optional Integer Specifies the number of actions to undo. If the total number of actions is less than fUndo, EditUndo undoes all actions.

Return value

Boolean

[!includeSupport and feedback]