[]
Creates a new object with the SpreadCommand event arguments with the specified sheet, command, and argument.
public SpreadCommandEventArgs(SheetView sheetView, string commandName, object argument)
Public Sub New(sheetView As SheetView, commandName As String, argument As Object)
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet |
string | commandName | Command name |
object | argument | Argument for the command |
Creates a new object with the SpreadCommand event arguments with the specified sheet, command, argument, and edit values.
public SpreadCommandEventArgs(SheetView sheetView, string commandName, object argument, ArrayList editValues)
Public Sub New(sheetView As SheetView, commandName As String, argument As Object, editValues As ArrayList)
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet |
string | commandName | Command name |
object | argument | Argument for the command |
ArrayList | editValues | Array of edit values |