Uses of Class
ilog.rules.dvs.excel.IlrWhitespaceCellTextMode
-
Packages that use IlrWhitespaceCellTextMode Package Description ilog.rules.dvs.excel Provides the classes and interfaces to use for reading and writing to Excel 2003 scenario files. -
-
Uses of IlrWhitespaceCellTextMode in ilog.rules.dvs.excel
Methods in ilog.rules.dvs.excel that return IlrWhitespaceCellTextMode Modifier and Type Method Description static IlrWhitespaceCellTextModeIlrWhitespaceCellTextMode. fromString(String value)static IlrWhitespaceCellTextModeIlrWhitespaceCellTextMode. getDefaultMode()static IlrWhitespaceCellTextModeIlrWhitespaceCellTextMode. getMode(boolean excludeBlankCells)static IlrWhitespaceCellTextModeIlrWhitespaceCellTextMode. valueOf(String name)Returns the enum constant of this type with the specified name.static IlrWhitespaceCellTextMode[]IlrWhitespaceCellTextMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-