Skip to main content

PivotDrillDownDataSource.SetValue(Int32, PivotGridFieldBase, Object) Method

In This Article

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

public abstract void SetValue(
    int rowIndex,
    PivotGridFieldBase field,
    object value
)

#Parameters

Name Type
rowIndex Int32
field PivotGridFieldBase
value Object
See Also