Click or drag to resize

ReadingOrderType Enumeration

Reading order types.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[FlagsAttribute]
public enum ReadingOrderType
Members
Member name Value Description
Context 0 Represents the Context reading order type.
LeftToRight 1 Represents the LeftToRight reading order type.
RightToLeft 2 Represents the RightToLeft reading order type.
See Also