Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpreadTreeHelper Class / GetDragFillOptionButtonRectangle Method
The FpSpread control.


In This Topic
    GetDragFillOptionButtonRectangle Method
    In This Topic
    Gets the rectangle of dragFill button in sheet.
    Syntax
    'Declaration
     
    
    Public Shared Function GetDragFillOptionButtonRectangle( _
       ByVal spread As FpSpread _
    ) As Rectangle
    'Usage
     
    
    Dim spread As FpSpread
    Dim value As Rectangle
     
    value = FpSpreadTreeHelper.GetDragFillOptionButtonRectangle(spread)
    public static Rectangle GetDragFillOptionButtonRectangle( 
       FpSpread spread
    )

    Parameters

    spread
    The FpSpread control.

    Return Value

    The rectangle of dragFill button.
    See Also