Click or drag to resize

StyleArrayWrapper HorizontalAlignment Property

Returns or sets the horizontal alignment for the specified object. For all objects, this can be one of the following HorizontalAlignType constants. Read/write HorizontalAlignType.

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

Property Value

Type: HorizontalAlignType

Implements

IExtendedFormat HorizontalAlignment
See Also