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