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; }
Public Property VAlignment As CommentVAlignType
Get
Set
public:
virtual property CommentVAlignType VAlignment {
CommentVAlignType get () sealed;
void set (CommentVAlignType value) sealed;
}
abstract VAlignment : CommentVAlignType with get, set
override VAlignment : CommentVAlignType with get, set
Property Value
Type:
CommentVAlignType
The vertical alignment type.
Implements
ITextBox
VAlignment
See Also