WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridWrapCellFactory Class / SetCellValue Method / SetCellValue(GridControlRange,Object) Method
The range.
The value to be set in the cell.
In This Topic
    SetCellValue(GridControlRange,Object) Method
    In This Topic
    Sets the value of a specified cell.
    Syntax
    public void SetCellValue( 
       GridControlRange range,
       object value
    )

    Parameters

    range
    The range.
    value
    The value to be set in the cell.
    See Also