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