Enum BorderLineType
BorderLineType enumeration
Specifies the border line type for a gridCell.
public enum BorderLineType
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | No border. |
| Thin | 1 | A solid line border. |
| Medium | 2 | A solid line border.Line width is 2f. |
| Dashed | 3 | A dashed line border. |
| Dotted | 4 | A dotted line border. |
| Thick | 5 | A solid line border.Line width is 3f. |
| MediumDashed | 8 | A dashed line border.Line width is 2f. |
| ThinDashDotted | 9 | A dashDotted line border. |
| MediumDashDotted | 10 | A dashDotted line border.Line width is 2f. |
| ThinDashDotDotted | 11 | A dashDotDotted line border. |
| MediumDashDotDotted | 12 | A dashDotDotted line border.Line width is 2f. |
See Also
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop