接口 ICustomView


public interface ICustomView
Represents a custom workbook view.
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    Deletes this ICustomView custom view from its parent ICustomViews object.
    Gets the name of the object.
    boolean
    True if print settings are included in the custom view.
    boolean
    True if the custom view includes settings for hidden rows and columns (including filter information).
    void
    All sheets of workbook apply this view.
  • 方法详细资料

    • getName

      String getName()
      Gets the name of the object.
    • getRowColSettings

      boolean getRowColSettings()
      True if the custom view includes settings for hidden rows and columns (including filter information).
    • getPrintSettings

      boolean getPrintSettings()
      True if print settings are included in the custom view.
    • show

      void show()
      All sheets of workbook apply this view.
    • delete

      void delete()
      Deletes this ICustomView custom view from its parent ICustomViews object.