'Declaration
Public Overloads Function GetCellValue( _ ByVal cellType As GridCellType, _ ByVal row As GridRow, _ ByVal column As GridColumn _ ) As Object
'Usage
Dim instance As FlexGrid Dim cellType As GridCellType Dim row As GridRow Dim column As GridColumn Dim value As Object value = instance.GetCellValue(cellType, row, column)
public object GetCellValue( GridCellType cellType, GridRow row, GridColumn column )
Parameters
- cellType
- The type of cell.
- row
- The row.
- column
- The column.