Class ExcelVerticalAlign
Defines Excel vertical alignment.
Inheritance
System.Object
ExcelVerticalAlign
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ExcelVerticalAlign : Enum
Fields
Bottom
Vertical align is bottom
Declaration
public const ExcelVerticalAlign Bottom
Field Value
Type | Description |
---|---|
ExcelVerticalAlign |
Center
Vertical align is center
Declaration
public const ExcelVerticalAlign Center
Field Value
Type | Description |
---|---|
ExcelVerticalAlign |
Justify
Vertical align is justify
Declaration
public const ExcelVerticalAlign Justify
Field Value
Type | Description |
---|---|
ExcelVerticalAlign |
Top
Vertical align is top
Declaration
public const ExcelVerticalAlign Top
Field Value
Type | Description |
---|---|
ExcelVerticalAlign |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |