接口 ITableStyleCollection


public interface ITableStyleCollection
表示工作簿中包含的表格样式集合。
  • 方法详细资料

    • get

      ITableStyle get(String name)
      获取指定名称的ITableStyle
      参数:
      name - 名称。
    • get

      ITableStyle get(int index)
      获取具有指定名称的 ITableStyle
    • getCount

      int getCount()
      获取集合中的表样式数量。
    • add

      ITableStyle add(String name)
      添加指定的表格样式。
      参数:
      name - 表格样式的名称。
    • contains

      boolean contains(String name)
      确定指定名称的样式是否包含在 ITableStyle 中。
      参数:
      name - 样式名称。
      返回:
      是否包含该样式名称。