Borders
Overview
Borders is a class in Aspose.Cells FOSS for .NET.
Represents borders.
Properties: Bottom, Diagonal, DiagonalDown, DiagonalUp, Left, Right, and 1 more.
Description
Borders is a class in the Aspose.Cells FOSS library for .NET that exposes 0 methods and 7 properties for programmatic use.
The class also provides the Left property (gets the left), the Right property (gets the right), the Top property (gets the top).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Left | Border | Read | Gets the left. |
Right | Border | Read | Gets the right. |
Top | Border | Read | Gets the top. |
Bottom | Border | Read | Gets the bottom. |
Diagonal | Border | Read | Gets the diagonal. |
DiagonalUp | bool | Read/Write | Gets or sets the diagonal up. |
DiagonalDown | bool | Read/Write | Gets or sets the diagonal down. |