接口 ICustomView
public interface ICustomView
Represents a custom workbook view.
-
方法概要
修饰符和类型方法说明void
delete()
Deletes thisICustomView
custom view from its parentICustomViews
object.getName()
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
show()
All sheets of workbook apply this view.
-
方法详细资料
-
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 thisICustomView
custom view from its parentICustomViews
object.
-