Package io.keikai.model.sys.dependency
Interface OffsetRef
- All Known Implementing Classes:
OffsetRefImpl
public interface OffsetRef
Used to handle reference generated by OFFSET function.
- Since:
- 5.1.0
-
Method Summary
Modifier and TypeMethodDescriptionintIdentify which OFFSET function in a cell formula.
-
Method Details
-
getPtgIndex
int getPtgIndex()Identify which OFFSET function in a cell formula.- Returns:
- the index in the ptg array
-