public virtual object GetCellValue( GridCellType cellType, GridRow row )
'Declaration Public Overloads Overridable Function GetCellValue( _ ByVal cellType As GridCellType, _ ByVal row As GridRow _ ) As Object
'Declaration
Public Overloads Overridable Function GetCellValue( _ ByVal cellType As GridCellType, _ ByVal row As GridRow _ ) As Object
'Usage Dim instance As GridColumn Dim cellType As GridCellType Dim row As GridRow Dim value As Object value = instance.GetCellValue(cellType, row)
'Usage
Dim instance As GridColumn Dim cellType As GridCellType Dim row As GridRow Dim value As Object value = instance.GetCellValue(cellType, row)
GridColumn Class GridColumn Members Overload List