Click or drag to resize

AxisTypes Enumeration

Axis types.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum AxisTypes
Members
Member name Value Description
None 0 Represents the None axis type.
Row 1 Represents the Row axis type.
Column 2 Represents the Column axis type.
Page 4 Represents the Page axis type.
Data 8 Represents the Data axis type.
See Also