Package com.grapecity.documents.excel
Interface ITableStyleCollection
public interface ITableStyleCollection
Represents a collection of table styles contained in the workbook.
-
Method Summary
Modifier and TypeMethodDescriptionAdds the specified table style.booleanDetermines whether the style with specified name is contained inITableStyle.get(int index) Gets theITableStylewith the specified name.Gets theITableStylewith the specified name.intgetCount()Gets the number of table styles in the collection.
-
Method Details
-
get
Gets theITableStylewith the specified name.- Parameters:
name- The name.
-
get
Gets theITableStylewith the specified 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 inITableStyle.- Parameters:
name- The style name.- Returns:
- Whether the style name is contained.
-