[]
Initializes a new instance of the Command class.
protected Command()
Protected Sub New()
Initializes a new instance of the Command class with the specified workbook.
protected Command(IWorkbook workbook)
Protected Sub New(workbook As IWorkbook)
Type | Name | Description |
---|---|---|
IWorkbook | workbook | The workbook which this command attached to. |
Initializes a new instance of the Command class with the specified workbook.
public Command(IWorksheet worksheet)
Public Sub New(worksheet As IWorksheet)
Type | Name | Description |
---|---|---|
IWorksheet | worksheet | The worksheet which this command attached to. |