Package com.grapecity.documents.excel
Interface ICustomView
public interface ICustomView
Represents a custom workbook view.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Deletes thisICustomViewcustom view from its parentICustomViewsobject.getName()Gets the name of the object.booleanTrue if print settings are included in the custom view.booleanTrue if the custom view includes settings for hidden rows and columns (including filter information).voidshow()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 thisICustomViewcustom view from its parentICustomViewsobject.
-