Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum TableBorderType
Public Enumeration TableBorderType
public enum class TableBorderType
type TableBorderType
Members
| Member | Value | Description |
|---|---|---|
| None | 1 | |
| All | 2 | |
| Inside | 4 | |
| Outside | 8 | |
| ToggleTop | 16 | |
| ToggleBottom | 32 | |
| ToggleLeft | 64 | |
| ToggleRight | 128 | |
| InsideHorizontal | 256 | |
| InsideVertical | 512 | |
| DiagonalDown | 1024 | |
| DiagonalUp | 2048 |