ExcelHorizontalAlignment Enumeration
|
Represents different horizontal alignments
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ExcelHorizontalAlignment
Public Enumeration ExcelHorizontalAlignment
public enum class ExcelHorizontalAlignment
type ExcelHorizontalAlignment
Members
|
Member name
|
Value
|
Description
|
|
Left
|
0
|
Represents Left horizontal alignment setting for the shapes.
|
|
Center
|
1
|
Represents Center horizontal alignment setting for the shapes.
|
|
Right
|
2
|
Represents Right horizontal alignment setting for the shapes.
|
|
LeftMiddle
|
3
|
Represents LeftMiddle horizontal alignment setting for the shapes.
|
|
CenterMiddle
|
4
|
Represents CenterMiddle horizontal alignment setting for the shapes.
|
|
RightMiddle
|
5
|
Represents RightMiddle horizontal alignment setting for the shapes.
|
See Also