[]
The CellBorder class encapsulates properties that control the appearance of borders in CellStyle objects.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CellBorder
| Name | Description |
|---|---|
| Color | Gets or sets the border color (except for 3D borders). |
| Direction | Gets or sets the border direction. |
| HorizontalColor | Gets or sets the horizontal border edges color (except for 3D borders) when Direction is set to BothDifferent. |
| HorizontalWidth | Gets or sets the horizontal border edges width (except for 3D borders) when Direction is set to BothDifferent. |
| Style | Gets or sets the border style. |
| VerticalColor | Gets or sets the vertical border edges color (except for 3D borders) when Direction is set to BothDifferent. |
| VerticalWidth | Gets or sets the vertical border edges width (except for 3D borders) when Direction is set to BothDifferent. |
| Width | Gets or sets the border width (except for 3D borders). |