Click or drag to resize

SplitType Enumeration

Split type.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum SplitType
Members
Member name Value Description
Position 0 Represents the Position split type.
Value 1 Represents the Value split type.
Percent 2 Represents the Percent split type.
Custom 3 Represents the Custom split type.
See Also