InsertTableCommand Property (InsertTableGrid)
In This Topic
Gets or sets the command that is executed when user selects the range of cells to be inserted.
Syntax
'Declaration
Public Property InsertTableCommand As ICommand
public ICommand InsertTableCommand {get; set;}
See Also