Search
AddItemCommand(T) Members
Constructors Methods
 


Implements addition of items to a collection.

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

 Public Constructors

  Name Description

AddItemCommand

Initializes a new instance of the AddItemCommand 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