Interface ILocation


@PublicApi public interface ILocation
Interface for accessing and modifying cell location in a workbook.
  • Method Details

    • getSheetName

      String getSheetName()
    • getColumnIndex

      int getColumnIndex()
    • getRowIndex

      int getRowIndex()
    • setSheetName

      void setSheetName(String sheetName)
    • setColumnIndex

      void setColumnIndex(int index)
    • setRowIndex

      void setRowIndex(int index)