XlsRectangleShape
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:
virtual property CommentHAlignType HAlignment {
	CommentHAlignType get () sealed;
	void set (CommentHAlignType value) sealed;
}
 
abstract HAlignment : CommentHAlignType with get, set
override HAlignment : CommentHAlignType with get, set
 
 
 
Return Value
Type:
CommentHAlignType
The horizontal alignment of the comment text as a CommentHAlignType.
Implements
ITextBox
HAlignment
 
See Also