com.aspose.cells
Class PaneCollection

java.lang.Object
    extended by com.aspose.cells.PaneCollection

public class PaneCollection 
extends java.lang.Object

Represents all Pane objects shown in the specified window.

Property Getters/Setters Summary
intgetAcitvePaneType()
voidsetAcitvePaneType(int value)
           Gets and sets the active pane. The value of the property is RectangleAlignmentType integer constant.
intgetFirstVisibleColumnOfRightPane()
voidsetFirstVisibleColumnOfRightPane(int value)
           Gets and sets the first visible column of the right pane.
intgetFirstVisibleRowOfBottomPane()
voidsetFirstVisibleRowOfBottomPane(int value)
           Gets and sets the first visible row of the bottom pane.
 

Property Getters/Setters Detail

getFirstVisibleRowOfBottomPane/setFirstVisibleRowOfBottomPane

public int getFirstVisibleRowOfBottomPane() / public void setFirstVisibleRowOfBottomPane(int value)
Gets and sets the first visible row of the bottom pane.

getFirstVisibleColumnOfRightPane/setFirstVisibleColumnOfRightPane

public int getFirstVisibleColumnOfRightPane() / public void setFirstVisibleColumnOfRightPane(int value)
Gets and sets the first visible column of the right pane.

getAcitvePaneType/setAcitvePaneType

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

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.