Click or drag to resize

CommentsRange VAlignment Property

Gets or sets the vertical alignment of the text in the comment of the cells within the range.

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

Property Value

Type: CommentVAlignType
The vertical alignment type.

Implements

ITextBox VAlignment
See Also