Search
ResetCollectionCommand(T) Constructor
See Also
 






Initializes a new instance of the ResetCollectionCommand class.

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

 Syntax

Java  Copy Code

public ResetCollectionCommand (
    Workbook workbook,
    UndoableCollection<T> collection
)

 Parameters

workbook

The Workbook modified by this command.

collection

The collection which is cleared.

 See Also