Class Excel2007CommentHAlign
Enumeration to align the excel comment Horizontally.
Inheritance
System.Object
Excel2007CommentHAlign
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class Excel2007CommentHAlign : Enum
Fields
ctr
Represents the Center comment align.
Declaration
public const Excel2007CommentHAlign ctr
Field Value
dist
Represents the Distributed comment align.
Declaration
public const Excel2007CommentHAlign dist
Field Value
just
Represents the Justified comment align.
Declaration
public const Excel2007CommentHAlign just
Field Value
l
Represents the Left comment align.
Declaration
public const Excel2007CommentHAlign l
Field Value
r
Represents the Right comment align.
Declaration
public const Excel2007CommentHAlign r