Uses of Class
io.keikai.util.Ref
-
Packages that use Ref Package Description io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.util -
-
Uses of Ref in io.keikai.model.impl
Methods in io.keikai.model.impl with parameters of type Ref Modifier and Type Method Description List<OutlineLevelTree.OutlineLevelNode>
OutlineLevelTree. search(Ref ref)
-
Uses of Ref in io.keikai.util
Methods in io.keikai.util that return Ref Modifier and Type Method Description static Ref
Converter. a1ToRef(String a1notation)
static Ref
Converter. areaToRef(int row, int column, int lastRow, int lastColumn)
static Ref
Converter. rangeToRef(int row, int column)
Methods in io.keikai.util that return types with arguments of type Ref Modifier and Type Method Description static List<Ref>
Converter. toRefs(String refs)
static List<Ref>
Converter. toRefs(String refs, String separator)
Methods in io.keikai.util with parameters of type Ref Modifier and Type Method Description static String
Converter. refToA1(Ref ref)
-