PivotTableCollectionItem(Int32) Property |
Returns an object
PivotTable from the collection at a specific index.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic PivotTable this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PivotTable
Get
Parameters
- index Int32
- Index.
Property Value
PivotTable
See Also