public virtual string GetCellText( GridCellType cellType, GridRow row )
'Declaration Public Overridable Function GetCellText( _ ByVal cellType As GridCellType, _ ByVal row As GridRow _ ) As String
'Declaration
Public Overridable Function GetCellText( _ ByVal cellType As GridCellType, _ ByVal row As GridRow _ ) As String
'Usage Dim instance As GridColumn Dim cellType As GridCellType Dim row As GridRow Dim value As String value = instance.GetCellText(cellType, row)
'Usage
Dim instance As GridColumn Dim cellType As GridCellType Dim row As GridRow Dim value As String value = instance.GetCellText(cellType, row)
GridColumn Class GridColumn Members