接口 ITableStyleCollection
public interface ITableStyleCollection
Represents a collection of table styles contained in the workbook.
-
方法概要
修饰符和类型方法说明Adds the specified table style.boolean
Determines whether the style with specified name is contained inITableStyle
.get
(int index) Gets theITableStyle
with the specified name.Gets theITableStyle
with the specified name.int
getCount()
Gets the number of table styles in the collection.
-
方法详细资料
-
get
Gets theITableStyle
with the specified name.- 参数:
name
- The name.
-
get
Gets theITableStyle
with the specified name. -
getCount
int getCount()Gets the number of table styles in the collection. -
add
Adds the specified table style.- 参数:
name
- The table style name.
-
contains
Determines whether the style with specified name is contained inITableStyle
.- 参数:
name
- The style name.- 返回:
- Whether the style name is contained.
-