Back to Devexpress

PivotTableCollection.IndexOf(PivotTable) Method

officefileapi-devexpress-dot-spreadsheet-dot-pivottablecollection-dot-indexof-x28-devexpress-dot-spreadsheet-dot-pivottable-x29.md

latest1.5 KB
Original Source

PivotTableCollection.IndexOf(PivotTable) Method

Returns the index of the specified pivot table in the collection.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
int IndexOf(
    PivotTable table
)
vb
Function IndexOf(
    table As PivotTable
) As Integer

Parameters

NameTypeDescription
tablePivotTable

A PivotTable object to locate in the collection.

|

Returns

TypeDescription
Int32

A zero-based integer which specifies the pivot table position within the collection. -1 if the pivot table doesn’t belong to the collection.

|

See Also

PivotTableCollection Interface

PivotTableCollection Members

DevExpress.Spreadsheet Namespace