接口 ICustomViews

所有超级接口:
Iterable<ICustomView>

public interface ICustomViews extends Iterable<ICustomView>
A collection of custom workbook views.
  • 方法详细资料

    • getCount

      int getCount()
      Returns the number of document property in the collection.
    • get

      ICustomView get(String viewName)
      Returns the ICustomView object with the specified name.
      参数:
      viewName - Specifies the name of an element in the collection.
    • add

      ICustomView add(String viewName, boolean printSettings, boolean rowColSettings)
      Creates a new custom view.
      参数:
      viewName - The name of the new view.
      printSettings - True to include print settings in the custom view.
      rowColSettings - True to include settings for hidden rows and columns (including filter information) in the custom view.
      返回:
      The new IDocumentProperty.