WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridNumericColumn Class / SetCellValue Method / SetCellValue(Object,Object) Method
The data item which stores the value.
The value to be set in the data item.
In This Topic
    SetCellValue(Object,Object) Method
    In This Topic
    Sets the specified value to dataItem property related to this column.
    Syntax
    public void SetCellValue( 
       object dataItem,
       object value
    )

    Parameters

    dataItem
    The data item which stores the value.
    value
    The value to be set in the data item.
    See Also