[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SpreadView.GetViewportRectangle

GetViewportRectangle Method

GetViewportRectangle(int, int, bool)

Gets the rectangle of the viewport.

Declaration
public Rectangle GetViewportRectangle(int rowViewportIndex, int columnViewportIndex, bool includeGrayArea = true)
Public Function GetViewportRectangle(rowViewportIndex As Integer, columnViewportIndex As Integer, Optional includeGrayArea As Boolean = True) As Rectangle
Parameters
Type Name Description
int rowViewportIndex

Viewport row index

int columnViewportIndex
bool includeGrayArea
Returns
Type Description
Rectangle

Rectangle of the viewport.