Border Properties |
The Border type exposes the following members.
| Name | Description | |
|---|---|---|
| BottomColor | Gets or sets the color code of the bottom border. The value is expressed as hex string with the format AARRGGBB. AA (Alpha) is usually FF | |
| BottomStyle | Gets or sets the style of bottom cell border | |
| DiagonalColor | Gets or sets the color code of the diagonal lines. The value is expressed as hex string with the format AARRGGBB. AA (Alpha) is usually FF | |
| DiagonalDown | Gets or sets whether the downwards diagonal line is used. If true, the line is used | |
| DiagonalStyle | Gets or sets the style of the diagonal lines | |
| DiagonalUp | Gets or sets whether the upwards diagonal line is used. If true, the line is used | |
| InternalID |
Gets or sets the internal ID for sorting purpose in the Excel style document (nullable)
(Inherited from AbstractStyle) | |
| LeftColor | Gets or sets the color code of the left border. The value is expressed as hex string with the format AARRGGBB. AA (Alpha) is usually FF | |
| LeftStyle | Gets or sets the style of left cell border | |
| RightColor | Gets or sets the color code of the right border. The value is expressed as hex string with the format AARRGGBB. AA (Alpha) is usually FF | |
| RightStyle | Gets or sets the style of right cell border | |
| TopColor | Gets or sets the color code of the top border. The value is expressed as hex string with the format AARRGGBB. AA (Alpha) is usually FF | |
| TopStyle | Gets or sets the style of top cell border |