Search
UndoableCollection(T) Constructor
See Also
 






Initializes a new instance of the UndoableCollection class.

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

 Syntax

Java  Copy Code

protected UndoableCollection (
    Workbook workbook
)

 Parameters

workbook

The Workbook object this collection belongs to.

 See Also