Skip to main content

PivotDrillDownDataSource.SetValue(Int32, String, Object) Method

In This Article

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

public abstract void SetValue(
    int rowIndex,
    string fieldName,
    object value
)

#Parameters

Name Type
rowIndex Int32
fieldName String
value Object
See Also