[]
Gets the display text for the specified row and column.
public string GetDisplayText(int rowIndex, int colIndex)
Type | Name | Description |
---|---|---|
int | rowIndex | The row index. |
int | colIndex | The column index. |
Type | Description |
---|---|
string | Returns a string which identifies the cell text. |