[]
        
(Showing Draft Content)

IPane

Interface IPane


public interface IPane
Worksheet pane.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Activates the pane.
    int
    Returns a int value that represents the index number of the object within the collection of similar objects.
    int
    Returns the number of the leftmost column in the pane or worksheet.
    int
    Returns the number of the row that appears at the top of the pane or worksheet.
    void
    setScrollColumn(int value)
    Sets the number of the leftmost column in the pane or worksheet.
    void
    setScrollRow(int value)
    Sets the number of the row that appears at the top of the pane or worksheet.
  • Method Details

    • activate

      boolean activate()
      Activates the pane.

      You cannot activate a frozen pane.

    • getIndex

      int getIndex()
      Returns a int value that represents the index number of the object within the collection of similar objects.
    • getScrollColumn

      int getScrollColumn()
      Returns the number of the leftmost column in the pane or worksheet. Read/write int.
    • setScrollColumn

      void setScrollColumn(int value)
      Sets the number of the leftmost column in the pane or worksheet. Read/write int.
    • getScrollRow

      int getScrollRow()
      Returns the number of the row that appears at the top of the pane or worksheet. Read/write int.
    • setScrollRow

      void setScrollRow(int value)
      Sets the number of the row that appears at the top of the pane or worksheet. Read/write int.