Border Class
Contents
[
Hide
]Border class
Encapsulates the object that represents the cell border.
type Border struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetThemeColor | Gets and sets the theme color of the border. |
| SetThemeColor | Gets and sets the theme color of the border. |
| GetColor | Gets or sets the Color of the border. |
| SetColor | Gets or sets the Color of the border. |
| GetArgbColor | Gets and sets the color with a 32-bit ARGB value. |
| SetArgbColor | Gets and sets the color with a 32-bit ARGB value. |
| GetLineStyle | Gets or sets the cell border type. |
| SetLineStyle | Gets or sets the cell border type. |