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