Interface Ref

All Known Subinterfaces:
ColumnPrecedentRef, ColumnRef, ConditionalRef, IndirectRef, NameRef, ObjectRef, TablePrecedentRef
All Known Implementing Classes:
ColumnPrecedentRefImpl, ColumnRefImpl, ConditionalRefImpl, IndirectRefImpl, NameRefImpl, ObjectRefImpl, OffsetRefImpl, RefImpl, StyleRef, TablePrecedentRefImpl

public interface Ref
Since:
3.5.0
Author:
dennis
  • Method Details

    • getType

      Ref.RefType getType()
    • getBookName

      String getBookName()
    • getSheetName

      String getSheetName()
    • getLastSheetName

      String getLastSheetName()
    • getRow

      int getRow()
    • getColumn

      int getColumn()
    • getLastRow

      int getLastRow()
    • getLastColumn

      int getLastColumn()
    • getSheetIndex

      int getSheetIndex()
    • getLastSheetIndex

      int getLastSheetIndex()