Search
AddItemCommand(T) Constructor
See Also
 






Initializes a new instance of the AddItemCommand class.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public AddItemCommand (
    Workbook workbook,
    UndoableCollection<T> collection,
    int index,
    T item
)

 Parameters

workbook

The Workbook modified by this command.

collection

The collection to which the new item is added.

index

The zero-based index where the new collection should be added.

item

The item that should be added to the collection.

 See Also