Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CellEditCommand Class / CellEditCommand Constructor / CellEditCommand Constructor(IWorksheet,String)


In This Topic
CellEditCommand Constructor(IWorksheet,String)
In This Topic
Initializes a new instance of the CellEditCommand class.
Syntax
'Declaration
 
Public Function New( _
   ByVal worksheet As IWorksheet, _
   ByVal formula As String _
)
 
'Usage
 
Dim worksheet As IWorksheet
Dim formula As String
 
Dim instance As New CellEditCommand(worksheet, formula)

Parameters

worksheet
formula
See Also