'Declaration Public Overridable Function GetCellText( _ ByVal cellType As GridCellType, _ ByVal row As GridRow _ ) As String
public virtual string GetCellText( GridCellType cellType, GridRow row )
Parameters
- cellType
- The type of cell.
- row
- The row that determines the cell.