Search
Command Constructor
See Also
 






Initializes a new instance of the Command class.

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

 Syntax

Java  Copy Code

protected Command (
    Workbook workbook
)

 Parameters

workbook

The Workbook modified by this command.

 See Also