ASPxPivotGrid.GetCellInfo(Boolean, Int32, Int32) Method
Returns an object that contains information on the specified cell.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public PivotCellBaseEventArgs GetCellInfo(
bool useAbsoluteIndexes,
int columnIndex,
int rowIndex
)
Parameters
Name | Type | Description |
---|---|---|
useAbsoluteIndexes | Boolean | true to use the cell position within the control’s columns and rows position. |
columnIndex | Int32 | An integer value that identifies the column where the required cell resides by its zero-based index. |
rowIndex | Int32 | An integer value that identifies the row where the required cell resides by its zero-based index within the current page. |
Returns
Type | Description |
---|---|
PivotCellBaseEventArgs | A PivotCellBaseEventArgs descendant that contains information on the specified cell. |
See Also