Aspose::Cells::IPaneCollection Class Referenceabstract

Represents all Pane objects shown in the specified window. More...

Inherits Object.

Public Member Functions

virtual Aspose::Cells::Systems::Int32 GetFirstVisibleRowOfBottomPane ()=0
 Gets the first visible row of the bottom pane. More...
 
virtual void SetFirstVisibleRowOfBottomPane (Aspose::Cells::Systems::Int32 value)=0
 Sets the first visible row of the bottom pane. More...
 
virtual Aspose::Cells::Systems::Int32 GetFirstVisibleColumnOfRightPane ()=0
 Gets the first visible column of the right pane. More...
 
virtual void SetFirstVisibleColumnOfRightPane (Aspose::Cells::Systems::Int32 value)=0
 Sets the first visible column of the right pane. More...
 
virtual Aspose::Cells::Drawing::RectangleAlignmentType GetAcitvePaneType ()=0
 Gets the active pane. More...
 
virtual void SetAcitvePaneType (Aspose::Cells::Drawing::RectangleAlignmentType value)=0
 Sets the active pane. More...
 

Detailed Description

Represents all Pane objects shown in the specified window.

Member Function Documentation

◆ GetAcitvePaneType()

virtual Aspose::Cells::Drawing::RectangleAlignmentType Aspose::Cells::IPaneCollection::GetAcitvePaneType ( )
pure virtual

Gets the active pane.

◆ GetFirstVisibleColumnOfRightPane()

virtual Aspose::Cells::Systems::Int32 Aspose::Cells::IPaneCollection::GetFirstVisibleColumnOfRightPane ( )
pure virtual

Gets the first visible column of the right pane.

◆ GetFirstVisibleRowOfBottomPane()

virtual Aspose::Cells::Systems::Int32 Aspose::Cells::IPaneCollection::GetFirstVisibleRowOfBottomPane ( )
pure virtual

Gets the first visible row of the bottom pane.

◆ SetAcitvePaneType()

virtual void Aspose::Cells::IPaneCollection::SetAcitvePaneType ( Aspose::Cells::Drawing::RectangleAlignmentType  value)
pure virtual

Sets the active pane.

◆ SetFirstVisibleColumnOfRightPane()

virtual void Aspose::Cells::IPaneCollection::SetFirstVisibleColumnOfRightPane ( Aspose::Cells::Systems::Int32  value)
pure virtual

Sets the first visible column of the right pane.

◆ SetFirstVisibleRowOfBottomPane()

virtual void Aspose::Cells::IPaneCollection::SetFirstVisibleRowOfBottomPane ( Aspose::Cells::Systems::Int32  value)
pure virtual

Sets the first visible row of the bottom pane.