CellText Method
CellText(int)
Gets the display value for a cell in a given row.
Declaration
public string CellText(int row)
Public Function CellText(row As Integer) As String
Parameters
| Type |
Name |
Description |
| int |
row |
The row to fetch.
|
Returns
| Type |
Description |
| string |
The display value.
|