TableStyleCollection Class
Contents
[
Hide
]TableStyleCollection class
Represents all custom table styles.
type TableStyleCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetDefaultTableStyleName | Gets and sets the default style name of the table. |
| SetDefaultTableStyleName | Gets and sets the default style name of the table. |
| GetDefaultPivotStyleName | Gets and sets the default style name of pivot table . |
| SetDefaultPivotStyleName | Gets and sets the default style name of pivot table . |
| AddTableStyle | Adds a custom table style. |
| AddPivotTableStyle | Adds a custom pivot table style. |
| Get_Int | Gets the table style by the index. |
| Get_String | Gets the table style by the name. |
| GetBuiltinTableStyle | Gets the builtin table style |
| GetCount |