TableStyleCollection Class

TableStyleCollection class

Represents all custom table styles.


type TableStyleCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetDefaultTableStyleNameGets and sets the default style name of the table.
SetDefaultTableStyleNameGets and sets the default style name of the table.
GetDefaultPivotStyleNameGets and sets the default style name of pivot table .
SetDefaultPivotStyleNameGets and sets the default style name of pivot table .
AddTableStyleAdds a custom table style.
AddPivotTableStyleAdds a custom pivot table style.
Get_IntGets the table style by the index.
Get_StringGets the table style by the name.
GetBuiltinTableStyleGets the builtin table style
GetCount