'Declaration
Public Enum HAlign Inherits System.Enum
'Usage
Dim instance As HAlign
public enum HAlign : System.Enum
'Declaration
Public Enum HAlign Inherits System.Enum
'Usage
Dim instance As HAlign
public enum HAlign : System.Enum
Member | Description |
---|---|
Center | Spedifies that the text should be centered. |
CenterAcrossSelection | Text is centered across empty cells in the selection without merging the cells. |
Distributed | Specifies that text should wrap and be aligned to form straight edges on the left and right, including the last line. |
Fill | Specifies that the text will be repeated to fill the cell. |
General | Specifies that text is left justified, numbers (including dates and times) are right justified, and logical values are centered. |
Justify | Specifies that text should wrap and be aligned to form straight edges on the left and right, except for the last line which is left justified. |
Left | Spedifies left justification. |
Right | Spedifies right justification. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.HAlign
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2