Enum ExcelCommentHAlign
Enumeration to align the excel comment Horizontally.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelCommentHAlign
Fields
Name | Description |
---|---|
Center | Represents the Center comment align. |
Distributed | Represents the Distributed comment align. |
Justified | Represents the Justified comment align. |
Justify | Represents the Justified comment align. |
Left | Represents the Left comment align. |
Right | Represents the Right comment align. |