Uses of Class
io.keikai.range.SRange.AutoFilterOperation
-
Packages that use SRange.AutoFilterOperation Package Description io.keikai.range Keikai Spreadsheet Internal Range API classes. -
-
Uses of SRange.AutoFilterOperation in io.keikai.range
Methods in io.keikai.range that return SRange.AutoFilterOperation Modifier and Type Method Description static SRange.AutoFilterOperation
SRange.AutoFilterOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static SRange.AutoFilterOperation[]
SRange.AutoFilterOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-