Search
DisposableCommand Constructor
See Also
 






Initializes a new instance of the DisposableCommand class.

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

 Syntax

Java  Copy Code

protected DisposableCommand (
    Workbook workbook
)

 Parameters

workbook

The Workbook modified by this command.

 See Also