Skip to main content

GridControl.SetCellValue(Int32, ColumnBase, Object) Method

Sets the specified cell’s value.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public void SetCellValue(
    int rowHandle,
    ColumnBase column,
    object value
)

Parameters

Name Type Description
rowHandle Int32

The handle of the row that contains the cell.

column ColumnBase

The column that contains the cell.

value Object

The cell’s new value.

See Also