Click or drag to resize

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; }

Return Value

Type: HorizontalAlignType
The horizontal alignment of the text in the cell.

Implements

IExtendedFormat HorizontalAlignment
See Also