Uses of Class
org.openl.excel.parser.MergedCell
-
Packages that use MergedCell Package Description org.openl.excel.parser -
-
Uses of MergedCell in org.openl.excel.parser
Methods in org.openl.excel.parser that return MergedCell Modifier and Type Method Description static MergedCellMergedCell. valueOf(String name)Returns the enum constant of this type with the specified name.static MergedCell[]MergedCell. values()Returns an array containing the constants of this enum type, in the order they are declared.
-