public interface ICustomView
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes this
ICustomView custom view from its parent ICustomViews object. |
java.lang.String |
getName()
Gets the name of the object.
|
boolean |
getPrintSettings()
True if print settings are included in the custom view.
|
boolean |
getRowColSettings()
True if the custom view includes settings for hidden rows and columns (including filter information).
|
void |
show()
All sheets of workbook apply this view.
|
java.lang.String getName()
boolean getRowColSettings()
boolean getPrintSettings()
void show()
void delete()
ICustomView custom view from its parent ICustomViews object.