Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpreadTreeHelper Class / GetAdjustPointRectangle Method
The FpSpread control.
The viewport row index.
The viewport column index.
The GrapeCity.Spreadsheet.Drawing.IShape object.
The index of adjust handle.


In This Topic
    GetAdjustPointRectangle Method
    In This Topic
    Gets the rectangle of adjust handle point.
    Syntax
    'Declaration
     
    
    Public Shared Function GetAdjustPointRectangle( _
       ByVal spread As FpSpread, _
       ByVal rowPane As Integer, _
       ByVal columnPane As Integer, _
       ByVal shape As IShape, _
       ByVal index As Integer _
    ) As Rectangle
    'Usage
     
    
    Dim spread As FpSpread
    Dim rowPane As Integer
    Dim columnPane As Integer
    Dim shape As IShape
    Dim index As Integer
    Dim value As Rectangle
     
    value = FpSpreadTreeHelper.GetAdjustPointRectangle(spread, rowPane, columnPane, shape, index)
    public static Rectangle GetAdjustPointRectangle( 
       FpSpread spread,
       int rowPane,
       int columnPane,
       IShape shape,
       int index
    )

    Parameters

    spread
    The FpSpread control.
    rowPane
    The viewport row index.
    columnPane
    The viewport column index.
    shape
    The GrapeCity.Spreadsheet.Drawing.IShape object.
    index
    The index of adjust handle.
    See Also