XlsPivotField
Axis Property
|
Gets/sets field axis.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public AxisTypes Axis { get; set; }
Public Property Axis As AxisTypes
Get
Set
public:
virtual property AxisTypes Axis {
AxisTypes get () sealed;
void set (AxisTypes value) sealed;
}
abstract Axis : AxisTypes with get, set
override Axis : AxisTypes with get, set
Property Value
Type:
AxisTypes
Implements
IPivotField
Axis
See Also