Enum BorderType
BorderType enumeration
Specifies the border type for a gridCell.
public enum BorderType
Values
| Name | Value | Description |
|---|---|---|
| Left | 0 | GridCell has Left border. |
| Right | 1 | GridCell has Right border. |
| Top | 2 | GridCell has Top border. |
| Bottom | 3 | GridCell has Bottom border. |
| DiagonalDown | 4 | GridCell has DiagonalDown border. |
| DiagonalUp | 5 | GridCell has DiagonalUp border. |
See Also
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop