[]
Processes the click on a cell at the specified row and column in the Spread component.
protected void OnCellClick(int row, int column)
Protected Sub OnCellClick(row As Integer, column As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index of cell |
int | column | Column index of cell |