[]
Represents a single table style element.
public struct TableStyleElement : IEquatable<TableStyleElement>
Public Structure TableStyleElement
Implements IEquatable(Of TableStyleElement)
Table styles define formatting for one or all of the elements of a table, PivotTable, or slicer. Each table style element in a table can have formatting specified in a table style applied to the element.
| Name | Description |
|---|---|
| UndefinedType | Represents an undefined style element. |
| Name | Description |
|---|---|
| Formatting | Gets the formatting of this table style element. |
| StripeSize | Gets or sets the strip size of this table style element. |
| Name | Description |
|---|---|
| Clear() | Clears the formatting for this element. |
| Equals(TableStyleElement) | Indicates whether the current object is equal to another object of the same type. |
| Equals(object) | Determines whether the specified object is equal to this instance. |
| GetHashCode() | Returns a hash code for this instance. |