ITextBox
HAlignment Property
|
Horizontal 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
CommentHAlignType HAlignment { get; set; }
Property HAlignment As CommentHAlignType
Get
Set
property CommentHAlignType HAlignment {
CommentHAlignType get ();
void set (CommentHAlignType value);
}
abstract HAlignment : CommentHAlignType with get, set
Property Value
Type:
CommentHAlignType
See Also