WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGrid Class / SetCellValue Method / SetCellValue(GridCellType,GridCellRange,Object) Method
The type of cell.
The range of the cell.
The value to be set.
In This Topic
    SetCellValue(GridCellType,GridCellRange,Object) Method
    In This Topic
    Sets the value corresponding to the cell in the specified range.
    Syntax
    public void SetCellValue( 
       GridCellType cellType,
       GridCellRange range,
       object value
    )

    Parameters

    cellType
    The type of cell.
    range
    The range of the cell.
    value
    The value to be set.
    See Also