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