Class ExcelVAlign
Enumeration of the vertical alignment options for cell formatting in Excel.
Inheritance
System.Object
ExcelVAlign
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelVAlign : Enum
Fields
VAlignBottom
Represents bottom vertical alignment setting.
Declaration
public const ExcelVAlign VAlignBottom
Field Value
Type |
---|
ExcelVAlign |
VAlignCenter
Represents center vertical alignment setting.
Declaration
public const ExcelVAlign VAlignCenter
Field Value
Type |
---|
ExcelVAlign |
VAlignDistributed
Represents distributed vertical alignment setting.
Declaration
public const ExcelVAlign VAlignDistributed
Field Value
Type |
---|
ExcelVAlign |
VAlignJustify
Represents justify vertical alignment setting.
Declaration
public const ExcelVAlign VAlignJustify
Field Value
Type |
---|
ExcelVAlign |
VAlignTop
Represents top vertical alignment setting.
Declaration
public const ExcelVAlign VAlignTop
Field Value
Type |
---|
ExcelVAlign |