AddtionalFormatWrapper
HorizontalAlignment Property
|
Gets or sets the horizontal alignment of the text in the cell.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public HorizontalAlignType HorizontalAlignment { get; set; }
Public Property HorizontalAlignment As HorizontalAlignType
Get
Set
public:
virtual property HorizontalAlignType HorizontalAlignment {
HorizontalAlignType get () sealed;
void set (HorizontalAlignType value) sealed;
}
abstract HorizontalAlignment : HorizontalAlignType with get, set
override HorizontalAlignment : HorizontalAlignType with get, set
Return Value
Type:
HorizontalAlignType
The horizontal alignment of the text in the cell.
Implements
IExtendedFormat
HorizontalAlignment
See Also