BorderCollection Class
BorderCollection class
Encapsulates a collection of objects.
type BorderCollection struct {
ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description |
|---|
| IsNull | Checks whether the implementation object is nullptr. |
| Get | Gets the Border element at the specified index. |
| SetColor | Sets the Color of all borders in the collection. |
| SetStyle | Sets the style of all borders of the collection. |
| GetDiagonalColor | Gets or sets the Color of Diagonal lines. |
| SetDiagonalColor | Gets or sets the Color of Diagonal lines. |
| GetDiagonalStyle | Gets or sets the style of Diagonal lines. |
| SetDiagonalStyle | Gets or sets the style of Diagonal lines. |