Online Documentation for Advanced Data Export .NET

XlsAlignment.Horizontal


 

public enum XlsHorizontalAlignment

{

 halGeneral,

 halLeft,

 halCenter,

 halRight,

 halFill

}

 

public SqlManager.QExport.XLS.XlsHorizontalAlignment Horizontal

 

Description

The Horizontal property defines the horizontal alignment of the cell. The following values are available: halGeneral, halLeft, halCenter, halRight, and halFill. The default value is halGeneral.