[]
Gets the text corresponding to the cell in the specified row
and col
.
public string GetCellText(int row, int col)
Type | Name | Description |
---|---|---|
int | row | The row index. |
int | col | The column index. |
Type | Description |
---|---|
string |
Gets the text corresponding to the cell in the specified range.
public string GetCellText(GridCellRange range)
Type | Name | Description |
---|---|---|
GridCellRange | range | The range. |
Type | Description |
---|---|
string |