Skip to main content
A newer version of this page is available. .

VGridControlBase.SetCellValue(RowProperties, Int32, Object) Method

Sets the value of the specified cell.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public virtual void SetCellValue(
    RowProperties props,
    int recordIndex,
    object value
)

Parameters

Name Type Description
props RowProperties

A RowProperties object that represents the row item which contains the cell.

recordIndex Int32

An integer value which identifies the record in which the cell resides.

value Object

An object that represents the cell’s new value.

Remarks

For more information, see Obtaining and Setting Cell Values.

See Also