接口 ICustomViews
- 所有超级接口:
Iterable<ICustomView>
A collection of custom workbook views.
-
方法概要
修饰符和类型方法说明Creates a new custom view.Returns theICustomView
object with the specified name.int
getCount()
Returns the number of document property in the collection.从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
方法详细资料
-
getCount
int getCount()Returns the number of document property in the collection. -
get
Returns theICustomView
object with the specified name.- 参数:
viewName
- Specifies the name of an element in the collection.
-
add
Creates a new custom view.- 参数:
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.- 返回:
- The new
IDocumentProperty
.
-