[]
        
(Showing Draft Content)

ISheetTab

Interface ISheetTab


public interface ISheetTab
Represents a sheet tab.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the index number of the object within the collection of similar objects.
    Gets the name of the sheet tab.
    Gets the type of sheet tab.
  • Method Details

    • getIndex

      int getIndex()
      Gets the index number of the object within the collection of similar objects.
    • getName

      String getName()
      Gets the name of the sheet tab.
    • getSheetType

      SheetTabType getSheetType()
      Gets the type of sheet tab.