Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpreadTreeHelper Class / GetRichValueDetailsIconRectangle Method
The FpSpread control.
The viewport row index.
The viewport column index.
The row index.
The column index.


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

    Parameters

    spread
    The FpSpread control.
    rowPane
    The viewport row index.
    columnPane
    The viewport column index.
    row
    The row index.
    column
    The column index.
    See Also