Skip to main content

PivotDrillDownDataSource.GetValue(Int32, Int32) Method

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

public abstract object GetValue(
    int rowIndex,
    int columnIndex
)

#Parameters

Name Type
rowIndex Int32
columnIndex Int32

#Returns

Type
Object
See Also