Specifies the border line type for a gridCell.
public enum BorderLineType
Members
| Member Name | Description | Value |
| None | No border. | 0 |
| Thin | A solid line border. | 1 |
| Medium | A solid line border.Line width is 2f. | 2 |
| Dashed | A dashed line border. | 3 |
| Dotted | A dotted line border. | 4 |
| Thick | A solid line border.Line width is 3f. | 5 |
| MediumDashed | A dashed line border.Line width is 2f. | 8 |
| ThinDashDotted | A dashDotted line border. | 9 |
| MediumDashDotted | A dashDotted line border.Line width is 2f. | 10 |
| ThinDashDotDotted | A dashDotDotted line border. | 11 |
| MediumDashDotDotted | A dashDotDotted line border.Line width is 2f. | 12 |
Requirements
Namespace: Aspose.Grid.Desktop
Assembly: Aspose.Grid.Desktop (in Aspose.Grid.Desktop.dll)
See Also
Aspose.Grid.Desktop Namespace