ITextBox
VAlignment Property
|
Vertical alignment of the text.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
CommentVAlignType VAlignment { get; set; }
Property VAlignment As CommentVAlignType
Get
Set
property CommentVAlignType VAlignment {
CommentVAlignType get ();
void set (CommentVAlignType value);
}
abstract VAlignment : CommentVAlignType with get, set
Property Value
Type:
CommentVAlignType
See Also