Search
RemoveItemCommand(T) Constructor
See Also
 






Initializes a new instance of the RemoveItemCommand class.

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

 Syntax

Java  Copy Code

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

 Parameters

workbook

The Workbook modified by this command.

collection

The collection from which the item is deleted.

index

The zero-based index of the item within the collection.

item

The item that should be removed from the collection.

 See Also