Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpreadTreeHelper Class / GetEditingNodeRectangle Method
The FpSpread control.
The viewport row index.
The viewport column index.
The GrapeCity.Spreadsheet.Drawing.IShape object.
The index of node.
The type of node. 0: Node1: The first control2: The second control


In This Topic
    GetEditingNodeRectangle Method
    In This Topic
    Get the rectangle of node or control node of the editing shape.
    Syntax
    'Declaration
     
    
    Public Shared Function GetEditingNodeRectangle( _
       ByVal spread As FpSpread, _
       ByVal rowPane As Integer, _
       ByVal columnPane As Integer, _
       ByVal shape As IShape, _
       ByVal index As Integer, _
       ByVal nodeType 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 nodeType As Integer
    Dim value As Rectangle
     
    value = FpSpreadTreeHelper.GetEditingNodeRectangle(spread, rowPane, columnPane, shape, index, nodeType)
    public static Rectangle GetEditingNodeRectangle( 
       FpSpread spread,
       int rowPane,
       int columnPane,
       IShape shape,
       int index,
       int nodeType
    )

    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 node.
    nodeType
    The type of node. 0: Node1: The first control2: The second control
    See Also