Uses of Class
org.dhatim.fastexcel.reader.SheetVisibility
-
-
Uses of SheetVisibility in org.dhatim.fastexcel.reader
Methods in org.dhatim.fastexcel.reader that return SheetVisibility Modifier and Type Method Description SheetVisibilitySheet. getVisibility()static SheetVisibilitySheetVisibility. valueOf(String name)Returns the enum constant of this type with the specified name.static SheetVisibility[]SheetVisibility. values()Returns an array containing the constants of this enum type, in the order they are declared.
-