Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpreadTreeHelper Class / GetDragFillIndicatorRectangle Method
The rowPane of viewport.
The columnPane of viewport.


In This Topic
    GetDragFillIndicatorRectangle Method
    In This Topic
    Gets the rectangle of dragFill indicator in sheet.
    Syntax
    'Declaration
     
    
    Public Shared Function GetDragFillIndicatorRectangle( _
       ByVal fpSpread As FpSpread, _
       ByVal rowPane As Integer, _
       ByVal columnPane As Integer _
    ) As Rectangle
    'Usage
     
    
    Dim fpSpread As FpSpread
    Dim rowPane As Integer
    Dim columnPane As Integer
    Dim value As Rectangle
     
    value = FpSpreadTreeHelper.GetDragFillIndicatorRectangle(fpSpread, rowPane, columnPane)
    public static Rectangle GetDragFillIndicatorRectangle( 
       FpSpread fpSpread,
       int rowPane,
       int columnPane
    )

    Parameters

    fpSpread
    rowPane
    The rowPane of viewport.
    columnPane
    The columnPane of viewport.

    Return Value

    The rectangle of dragFill indicator.
    See Also