Package io.keikai.model.sys.dependency
Interface IndirectRef
-
- All Superinterfaces:
Ref
- All Known Implementing Classes:
IndirectRefImpl
public interface IndirectRef extends Ref
Used to handle reference generated by INDIRECT(text) function.- Since:
- 3.7.0
- Author:
- henri
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.keikai.model.sys.dependency.Ref
Ref.RefType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPtgIndex()
Identify which INDIRECT function in a cell formula.-
Methods inherited from interface io.keikai.model.sys.dependency.Ref
getBookName, getColumn, getLastColumn, getLastRow, getLastSheetIndex, getLastSheetName, getRow, getSheetIndex, getSheetName, getType
-
-