Skip to main content

PivotDrillDownDataSource.SetValue(Int32, Int32, Object) Method

In This Article

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v14.2.Core.dll

#Declaration

public abstract void SetValue(
    int rowIndex,
    int columnIndex,
    object value
)

#Parameters

Name Type
rowIndex Int32
columnIndex Int32
value Object
See Also