Click or drag to resize

IPivotField Interface

Represents pivot field object.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IPivotField

The IPivotField type exposes the following members.

Properties
Name Description
Public property Axis
Gets/sets field axis.
Public property CanDragOff
Public property CanDragToColumn
User can drag field to column area.
Public property CanDragToData
True if the specified field can be dragged to the data position. The default value is True.
Public property CanDragToPage
User can drag field to page area.
Public property CanDragToRow
User can drag field to row area.
Public property CustomName
Gets/sets pivot field custom name.
Public property Formula
Specifies the formula for the calculated field
Public property IsFormulaField
Indicates whether this field is formula field
Public property Name
Returns pivot field name. Read-only.
Public property NumberFormat
Gets/sets number format.
Public property RepeatItemLabels
True if the field repeat item labels.
Public property ShowBlankRow
True if a blank row is inserted after the specified row field in a PivotTable report.
Public property Subtotals
Gets or sets type of field subtotals.
Top
Methods
See Also