Uses of Class
org.dhatim.fastexcel.VisibilityState
-
-
Uses of VisibilityState in org.dhatim.fastexcel
Methods in org.dhatim.fastexcel that return VisibilityState Modifier and Type Method Description VisibilityStateWorksheet. getVisibilityState()static VisibilityStateVisibilityState. valueOf(String name)Returns the enum constant of this type with the specified name.static VisibilityState[]VisibilityState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dhatim.fastexcel with parameters of type VisibilityState Modifier and Type Method Description voidWorksheet. setVisibilityState(VisibilityState visibilityState)Sets the visibility state of the sheet
-