C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGrid Class / GetCellValue Method / GetCellValue(GridCellType,GridCellRange) Method
The type of cell.
The range of the cell.
In This Topic
GetCellValue(GridCellType,GridCellRange) Method
In This Topic
Gets the raw value corresponding to the cell in the specified range.
Syntax
public object GetCellValue( 
   GridCellType cellType,
   GridCellRange range
)

Parameters

cellType
The type of cell.
range
The range of the cell.
See Also