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
Type |
---|
Excel2007CommentHAlign |
dist
Represents the Distributed comment align.
Declaration
public const Excel2007CommentHAlign dist
Field Value
Type |
---|
Excel2007CommentHAlign |
just
Represents the Justified comment align.
Declaration
public const Excel2007CommentHAlign just
Field Value
Type |
---|
Excel2007CommentHAlign |
l
Represents the Left comment align.
Declaration
public const Excel2007CommentHAlign l
Field Value
Type |
---|
Excel2007CommentHAlign |
r
Represents the Right comment align.
Declaration
public const Excel2007CommentHAlign r
Field Value
Type |
---|
Excel2007CommentHAlign |