[]
Processes the specified button command for the cell at the specified row and column in the Spread component.
protected void OnButtonCmd(string cmd, int row, int column)
Protected Sub OnButtonCmd(cmd As String, row As Integer, column As Integer)
Type | Name | Description |
---|---|---|
string | cmd | String of command |
int | row | Row index of the cell |
int | column | Column index of the cell |