XlsPivotTable
PageFields Property
|
Returns the collection of page field for the specified pivot table,Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IPivotFields PageFields { get; }
Public ReadOnly Property PageFields As IPivotFields
Get
public:
virtual property IPivotFields^ PageFields {
IPivotFields^ get () sealed;
}
abstract PageFields : IPivotFields with get
override PageFields : IPivotFields with get
Property Value
Type:
IPivotFields
Implements
IPivotTable
PageFields
See Also