TableStyleElement Class
TableStyleElement class
Represents the element of the table style.
type TableStyleElement struct  {
	ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description | 
|---|
| IsNull | Checks whether the implementation object is nullptr. | 
| GetSize | Number of rows or columns in a single band of striping.Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe. | 
| SetSize | Number of rows or columns in a single band of striping.Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe. | 
| GetType | Gets the element type. | 
| GetElementStyle | Gets the element style. | 
| SetElementStyle | Sets the element style. |