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

    Parameters

    range
    The range of the cell.
    See Also