Enum GridImportTableStyleConverter.TableBorderStyle
Defines the constants that specify the border styles.
Namespace: Syncfusion.GridConverter
Assembly: Syncfusion.GridConverter.Windows.dll
Syntax
protected enum TableBorderStyle
Fields
Name | Description |
---|---|
All | Represents that all ExcelBorderIndex is set. |
Bottom | Represents the solid style for the Bottom ExcelBorderIndex. |
Left | Represents the solid style for the Left ExcelBorderIndex. |
LeftRight | Represents the solid style for both Right and Left ExcelBorderIndex. |
None | Represents the No Solidstyle. |
Right | Represents the solid style for the Right ExcelBorderIndex. |
Top | Represents the solid style for the Top ExcelBorderIndex. |
TopBottom | Represents the solid style for both Top and Bottom ExcelBorderIndex. |