Package com.grapecity.documents.excel
Interface ICustomViews
- All Superinterfaces:
Iterable<ICustomView>
A collection of custom workbook views.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new custom view.Returns theICustomViewobject with the specified name.intgetCount()Returns the number of document property in the collection.Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getCount
int getCount()Returns the number of document property in the collection. -
get
Returns theICustomViewobject with the specified name.- Parameters:
viewName- Specifies the name of an element in the collection.
-
add
Creates a new custom view.- Parameters:
viewName- The name of the new view.printSettings- True to include print settings in the custom view.rowColSettings- True to include settings for hidden rows and columns (including filter information) in the custom view.- Returns:
- The new
IDocumentProperty.
-