[]
Gets the text corresponding to the cell in the intersection of the specified row and this column.
public virtual string GetCellText(GridCellType cellType, GridRow row)
Public Overridable Function GetCellText(cellType As GridCellType, row As GridRow) As String
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | The type of cell. |
| GridRow | row | The row that determines the cell. |
| Type | Description |
|---|---|
| string |