Interface ITableStyleCollection
public interface ITableStyleCollection
Represents a collection of table styles contained in the workbook.
-
Method Summary
Adds the specified table style.
boolean
Determines whether the style with specified name is contained in
ITableStyle
.
int
Gets the number of table styles in the collection.
-
Method Details
-
get
- Parameters:
name
- The name.
-
-
getCount
int getCount()
Gets the number of table styles in the collection.
-
add
Adds the specified table style.
- Parameters:
name
- The table style name.
-
contains
Determines whether the style with specified name is contained in
ITableStyle
.
- Parameters:
name
- The style name.
- Returns:
- Whether the style name is contained.