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

    Parameters

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