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