Border
Overview
Border is a type in Aspose.Cells FOSS for Go.
Border defines which sides of a cell have a visible rule and the colour of those rules.
Properties: Bottom, Color, Left, Right, Top.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Top | bool | Read/Write | Gets the top. |
Bottom | bool | Read/Write | Gets the bottom. |
Left | bool | Read/Write | Gets the left. |
Right | bool | Read/Write | Gets the right. |
Color | string | Read/Write | Gets the color. |