Class GridImportTableStyleConverter.TableBorderStyle
Inheritance
System.Object
GridImportTableStyleConverter.TableBorderStyle
Namespace: Syncfusion.Windows.Controls.Grid.Converter
Assembly: Syncfusion.GridConverter.Wpf.dll
Syntax
protected sealed class TableBorderStyle : Enum
Fields
All
Represents that all ExcelBorderIndex is set.
Declaration
public const GridImportTableStyleConverter.TableBorderStyle All
Field Value
Type |
---|
GridImportTableStyleConverter.TableBorderStyle |
Bottom
Represents the solid style for the Bottom ExcelBorderIndex.
Declaration
public const GridImportTableStyleConverter.TableBorderStyle Bottom
Field Value
Type |
---|
GridImportTableStyleConverter.TableBorderStyle |
Left
Represents the solid style for the Left ExcelBorderIndex.
Declaration
public const GridImportTableStyleConverter.TableBorderStyle Left
Field Value
Type |
---|
GridImportTableStyleConverter.TableBorderStyle |
LeftRight
Represents the solid style for both Right and Left ExcelBorderIndex.
Declaration
public const GridImportTableStyleConverter.TableBorderStyle LeftRight
Field Value
Type |
---|
GridImportTableStyleConverter.TableBorderStyle |
None
Represents the No Solidstyle.
Declaration
public const GridImportTableStyleConverter.TableBorderStyle None
Field Value
Type |
---|
GridImportTableStyleConverter.TableBorderStyle |
Right
Represents the solid style for the Right ExcelBorderIndex.
Declaration
public const GridImportTableStyleConverter.TableBorderStyle Right
Field Value
Type |
---|
GridImportTableStyleConverter.TableBorderStyle |
Top
Represents the solid style for the Top ExcelBorderIndex.
Declaration
public const GridImportTableStyleConverter.TableBorderStyle Top
Field Value
Type |
---|
GridImportTableStyleConverter.TableBorderStyle |
TopBottom
Represents the solid style for both Top and Bottom ExcelBorderIndex.
Declaration
public const GridImportTableStyleConverter.TableBorderStyle TopBottom
Field Value
Type |
---|
GridImportTableStyleConverter.TableBorderStyle |