接口 ITableStyleCollection
public interface ITableStyleCollection
表示工作簿中包含的表格样式集合。
-
方法概要
修饰符和类型方法说明添加指定的表格样式。boolean
确定指定名称的样式是否包含在ITableStyle
中。get
(int index) 获取具有指定名称的ITableStyle
。获取指定名称的ITableStyle
。int
getCount()
获取集合中的表样式数量。
-
方法详细资料
-
get
获取指定名称的ITableStyle
。- 参数:
name
- 名称。
-
get
获取具有指定名称的ITableStyle
。 -
getCount
int getCount()获取集合中的表样式数量。 -
add
添加指定的表格样式。- 参数:
name
- 表格样式的名称。
-
contains
确定指定名称的样式是否包含在ITableStyle
中。- 参数:
name
- 样式名称。- 返回:
- 是否包含该样式名称。
-