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

NameTypeAccessDescription
TopboolRead/WriteGets the top.
BottomboolRead/WriteGets the bottom.
LeftboolRead/WriteGets the left.
RightboolRead/WriteGets the right.
ColorstringRead/WriteGets the color.

See Also