BorderCollection Class

BorderCollection class

Encapsulates a collection of objects.


type BorderCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetGets the Border element at the specified index.
SetColorSets the Color of all borders in the collection.
SetStyleSets the style of all borders of the collection.
GetDiagonalColorGets or sets the Color of Diagonal lines.
SetDiagonalColorGets or sets the Color of Diagonal lines.
GetDiagonalStyleGets or sets the style of Diagonal lines.
SetDiagonalStyleGets or sets the style of Diagonal lines.