Interface ICustomView
public interface ICustomView
Represents a custom workbook view.
-
Method Summary
void
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
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.
-