Class ExcelCommentHAlign
Enumeration to align the excel comment Horizontally.
Inheritance
System.Object
ExcelCommentHAlign
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelCommentHAlign : Enum
Fields
Center
Represents the Center comment align.
Declaration
public const ExcelCommentHAlign Center
Field Value
Type |
---|
ExcelCommentHAlign |
Distributed
Represents the Distributed comment align.
Declaration
public const ExcelCommentHAlign Distributed
Field Value
Type |
---|
ExcelCommentHAlign |
Justified
Represents the Justified comment align.
Declaration
public const ExcelCommentHAlign Justified
Field Value
Type |
---|
ExcelCommentHAlign |
Justify
Represents the Justified comment align.
Declaration
public const ExcelCommentHAlign Justify
Field Value
Type |
---|
ExcelCommentHAlign |
Left
Represents the Left comment align.
Declaration
public const ExcelCommentHAlign Left
Field Value
Type |
---|
ExcelCommentHAlign |
Right
Represents the Right comment align.
Declaration
public const ExcelCommentHAlign Right
Field Value
Type |
---|
ExcelCommentHAlign |