PivotCellBaseEventArgs.GetAbsoluteColumnIndex(Int32) Method
Returns the column's absolute index by its visible index within the current page.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll
Declaration
public int GetAbsoluteColumnIndex(
int pageColumnVisibleIndex
)
Public Function GetAbsoluteColumnIndex(
pageColumnVisibleIndex As Integer
) As Integer
Parameters
Name |
Type |
Description |
pageColumnVisibleIndex |
Int32 |
An integer value that specifies the column's visible position within the current page.
|
Returns
Type |
Description |
Int32 |
An integer value that specifies the column's absolute index.
|
See Also