asposecells.api

Class PaneCollection

Represents all Pane objects shown in the specified window.

Property Getters/Setters Summary
methodgetAcitvePaneType()
method
           Gets and sets the active pane. The value of the property is RectangleAlignmentType integer constant.
methodgetFirstVisibleColumnOfRightPane()
method
           Gets and sets the first visible column of the right pane.
methodgetFirstVisibleRowOfBottomPane()
method
           Gets and sets the first visible row of the bottom pane.
 

    • Property Getters/Setters Detail

      • getFirstVisibleRowOfBottomPane/setFirstVisibleRowOfBottomPane : int 

        int getFirstVisibleRowOfBottomPane() / setFirstVisibleRowOfBottomPane(value)
        
        Gets and sets the first visible row of the bottom pane.
      • getFirstVisibleColumnOfRightPane/setFirstVisibleColumnOfRightPane : int 

        int getFirstVisibleColumnOfRightPane() / setFirstVisibleColumnOfRightPane(value)
        
        Gets and sets the first visible column of the right pane.
      • getAcitvePaneType/setAcitvePaneType : int 

        int getAcitvePaneType() / setAcitvePaneType(value)
        
        Gets and sets the active pane. The value of the property is RectangleAlignmentType integer constant.