Static
$tStatic
nextGets the number of custom WorksheetTableStyle instances in the collection.
Adds a custom WorksheetTableStyle to the collection.
ArgumentNullException 'style' is null.
ArgumentException 'style' is a standard table style.
ArgumentException 'style' is already in a CustomTableStyleCollection.
ArgumentException 'style' has a name which matches one of the other custom table styles in the collection. Names are compared case-insensitively.
The custom table style to add to the collection.
Clears the collection.
If any WorksheetTable instances in the workbook have their style removed due to this operation, their style will be set to the Workbook.defaultTableStyle.
Determines whether the specified WorksheetTableStyle is contained in the collection.
True if the style is in the collection; False otherwise.
The table style to find in the collection.
Gets the index of the specified style in the collection.
ArgumentNullException 'style' is null.
The 0-based index of the specified style in the collection or -1 if the style is not in the collection.
The style to find in the collection.
Gets the WorksheetTableStyle at the specified index.
ArgumentOutOfRangeException 'index' is less than 0 or greater than or equal to count.
The WorksheetTableStyle instance at the specified index.
The index at which to get the WorksheetTableStyle.
Gets the WorksheetTableStyle with the specified name.
Table style names are compared case-insensitively.
The WorksheetTableStyle instance with the specified name or null if a table style with that name does not exist.
The name of the WorksheetTableStyle to find.
Removes the specified WorksheetTableStyle from the collection.
If any WorksheetTable instances in the workbook have their style removed due to this operation, their style will be set to the Workbook.defaultTableStyle.
ArgumentNullException 'style' is null.
True if the style was in the collection and therefore removed; False otherwise.
The table style to remove from the collection.
Removes the WorksheetTableStyle at the specified index.
If any WorksheetTable instances in the workbook have their style removed due to this operation, their style will be set to the Workbook.defaultTableStyle.
ArgumentOutOfRangeException 'index' is less than 0 or greater than or equal to count.
The index of the table style to remove.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
referenceStatic
static
A collection of custom WorksheetTableStyle instances which can be applied to a WorksheetTable in the workbook.
See