Border
Contents
[
Hide
]Border class
Encapsulates the object that represents the cell border.
Properties
| Name | Type | Description |
|---|---|---|
| ThemeColor | ThemeColor | Gets and sets the theme color of the border. |
| Color | Color | Gets or sets the com.aspose.cells.Color of the border. |
| ArgbColor | int | Gets and sets the color with a 32-bit ARGB value. |
| LineStyle | int | Gets 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