Search
ResetCollectionCommand(T) Members
Constructors Methods
 


Implements clearing of a collection.

The following tables list the members exposed by the ResetCollectionCommand(T) type.

 Public Constructors

  Name Description

ResetCollectionCommand

Initializes a new instance of the ResetCollectionCommand class.

 Protected Methods

  Name Description

execute

Carries out an action that changes the workbook in some way.

getHasEffect

Gets a value indicating whether the command does anything. (Inherited from Command.)

getWorkbook

Gets the Workbook modified by this Command object. (Inherited from Command.)

redo

Repeats an action that has been undone.

undo

Undoes an action, restoring the workbook to the state it was in before carrying out the action.

 See Also