Border

Border class

Encapsulates the object that represents the cell border.

Properties

NameTypeDescription
ThemeColorThemeColorGets and sets the theme color of the border.
ColorColorGets or sets the com.aspose.cells.Color of the border.
ArgbColorintGets and sets the color with a 32-bit ARGB value.
LineStyleintGets or sets the cell border type. The value of the property is CellBorderType integer constant.

Border.ThemeColor property

Gets and sets the theme color of the border.

Type: ThemeColor

Border.Color property

Gets or sets the com.aspose.cells.Color of the border.

Type: Color

Border.ArgbColor property

Gets and sets the color with a 32-bit ARGB value.

Type: int

Border.LineStyle property

Gets or sets the cell border type. The value of the property is CellBorderType integer constant.

Type: int