Excel2007TextAlign Enumeration
Represents Excel 2007 Text alignment.
Syntax
'Declaration Public Enum Excel2007TextAlign Inherits System.Enum
'Usage Dim instance As Excel2007TextAlign
public enum Excel2007TextAlign : System.Enum
Members
Member | Description |
---|---|
ctr | Align text in the center. |
dist | Distributes the text words across an entire text line. |
just | Align text so that it is justified across the whole line. |
justLow | Aligns the text with an adjusted kashida length for Arabic text. |
l | Align text to the left margin. |
r | Align text to the right margin. |
thaiDist | Distributes Thai text specially, because each character is treated as a word. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.XlsIO.Excel2007TextAlign
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also