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

VGridControlBase.SetCellValue(MultiEditorRow, Int32, Int32, Object) Method

Sets the value of the specified cell which resides within the multi-editor row.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public virtual void SetCellValue(
    MultiEditorRow meRow,
    int recordIndex,
    int cellIndex,
    object value
)

Parameters

Name Type Description
meRow MultiEditorRow

A MultiEditorRow object that represents the multi-editor row which contains the cell.

recordIndex Int32

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

cellIndex Int32

An integer value which identifies the cell.

value Object

An object that represents the cell’s new value.

Remarks

For more information, see Obtaining and Setting Cell Values.

See Also