Online Documentation for Advanced Data Export .NET
XlsAlignment.Vertical
public enum XlsVerticalAlignment
{
valTop,
valCenter,
valBottom,
valJustify
}
public SqlManager.QExport.XLS.XlsVerticalAlignment Vertical
Description
The Vertical property defines the vertical alignment of the cell. The following values are available: valTop, valCenter, valBottom, and valJustify. The default value is valBottom.
See also: |