Flags for borders and border groups that can be set on the excel cell.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
[FlagsAttribute] public enum MultipleBorders |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration MultipleBorders |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | None of the borders are used. | |
| Top | 1 | Top border. | |
| Bottom | 2 | Bottom border. | |
| Left | 4 | Left border. | |
| Right | 8 | Right border. | |
| DiagonalUp | 16 | Diagonal-up border. | |
| DiagonalDown | 32 | Diagonal-down border. | |
| Horizontal | 3 | Horizontal borders. | |
| Vertical | 12 | Vertical borders. | |
| Diagonal | 48 | Diagonal borders. | |
| Outside | 15 | Outside borders. | |
| All | 63 | All borders are used. |