VerticalAlignmentStyle EnumerationGemBox.Spreadsheet Help
Vertical alignment styles used for CellStyle.VerticalAlignment.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 37.3.30.1035
Syntax

public enum VerticalAlignmentStyle
Members

  Member nameValueDescription
Top0 Top alignment.
Center1 Center alignment.
Bottom2 Bottom alignment.
Justify3 Justify alignment.
Distributed4 Distributed alignment.
See Also