Enum GridImportTableStyleConverter.TableBorderStyle
Namespace: Syncfusion.Windows.Controls.Grid.Converter
Assembly: Syncfusion.GridConverter.Wpf.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. |