Click or drag to resize

CommentsRange HAlignment Property

Gets or sets the horizontal alignment of the text in the range of cells.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CommentHAlignType HAlignment { get; set; }

Property Value

Type: CommentHAlignType
The horizontal alignment type.

Implements

ITextBox HAlignment
See Also