[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Commands.Command.-ctor

Command Constructor

Command()

Initializes a new instance of the Command class.

Declaration
protected Command()
Protected Sub New()

Command(IWorkbook)

Initializes a new instance of the Command class with the specified workbook.

Declaration
protected Command(IWorkbook workbook)
Protected Sub New(workbook As IWorkbook)
Parameters
Type Name Description
IWorkbook workbook

The workbook which this command attached to.

Command(IWorksheet)

Initializes a new instance of the Command class with the specified workbook.

Declaration
public Command(IWorksheet worksheet)
Public Sub New(worksheet As IWorksheet)
Parameters
Type Name Description
IWorksheet worksheet

The worksheet which this command attached to.