TableStyleElement Class

TableStyleElement class

Represents the element of the table style.


type TableStyleElement struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetSizeNumber of rows or columns in a single band of striping.Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe.
SetSizeNumber of rows or columns in a single band of striping.Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe.
GetTypeGets the element type.
GetElementStyleGets the element style.
SetElementStyleSets the element style.