XlsCheckBoxShape
HAlignment Property
|
Gets or sets the horizontal alignment of the comment text.
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; }
Public Property HAlignment As CommentHAlignType
Get
Set
public:
property CommentHAlignType HAlignment {
CommentHAlignType get ();
void set (CommentHAlignType value);
}
member HAlignment : CommentHAlignType with get, set
Property Value
Type:
CommentHAlignType
An instance of CommentHAlignType representing the horizontal alignment.
Return Value
Type:
CommentHAlignType
The current horizontal alignment of the comment text.
See Also