Border Class

Border class

Encapsulates the object that represents the cell border.


type Border struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetThemeColorGets and sets the theme color of the border.
SetThemeColorGets and sets the theme color of the border.
GetColorGets or sets the of the border.
SetColorGets or sets the of the border.
GetArgbColorGets and sets the color with a 32-bit ARGB value.
SetArgbColorGets and sets the color with a 32-bit ARGB value.
GetLineStyleGets or sets the cell border type.
SetLineStyleGets or sets the cell border type.