Click or drag to resize

ExcelCellTextDirectionType Enumeration

Specifies the reading order for the cell

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public enum ExcelCellTextDirectionType
Members
Member nameValueDescription
Context0 Based on context
LeftToRight1 Left to right.
RightToLeft2 Right to left.
See Also