[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.GetViewportRectangle

GetViewportRectangle Method

GetViewportRectangle(int, int)

Gets the rectangle of the viewport.

Declaration
public Rectangle GetViewportRectangle(int rowViewportIndex, int columnViewportIndex)
Public Function GetViewportRectangle(rowViewportIndex As Integer, columnViewportIndex As Integer) As Rectangle
Parameters
Type Name Description
int rowViewportIndex

Viewport row index

int columnViewportIndex

Viewport column index

Returns
Type Description
Rectangle

Rectangle of the viewport.