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


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

    Parameters

    spread
    The FpSpread control.
    See Also