ZennoLab Assemblies Documentation
HorizontalAlignment Enumeration
ZennoLab.InterfacesLibrary.Enums.Table.ExcelStyle Namespace : HorizontalAlignment Enumeration
The horizontal alignment.
Syntax
public enum HorizontalAlignment : System.Enum 
Members
MemberDescription
Center The horizontal alignment is centered, meaning the text is centered across the cell.
CenterAcross The horizontal alignment is centered across multiple cells.
Distributed Indicates that each 'word' in each line of text inside the cell is evenly distributed across the width of the cell, with flush right and left margins.
Fill Indicates that the value of the cell should be filled across the entire width of the cell.
General The horizontal alignment is general-aligned.
Justify The horizontal alignment is justified (flush left and right).
Left The horizontal alignment is left-aligned.
Right The horizontal alignment is right-aligned.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ZennoLab.InterfacesLibrary.Enums.Table.ExcelStyle.HorizontalAlignment

Requirements

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

See Also

Reference

ZennoLab.InterfacesLibrary.Enums.Table.ExcelStyle Namespace