[]
        
(Showing Draft Content)

ICustomView

Interface ICustomView


public interface ICustomView
Represents a custom workbook view.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • 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.