Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpreadTreeHelper Class / GetItemRectangle Method


In This Topic
    GetItemRectangle Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetItemRectangle( _
       ByVal spread As FpSpread, _
       ByVal rowPane As Integer, _
       ByVal columnPane As Integer, _
       ByVal listControl As ListControl, _
       ByVal itemIndex As Integer _
    ) As Rectangle
    'Usage
     
    
    Dim spread As FpSpread
    Dim rowPane As Integer
    Dim columnPane As Integer
    Dim listControl As ListControl
    Dim itemIndex As Integer
    Dim value As Rectangle
     
    value = FpSpreadTreeHelper.GetItemRectangle(spread, rowPane, columnPane, listControl, itemIndex)
    public static Rectangle GetItemRectangle( 
       FpSpread spread,
       int rowPane,
       int columnPane,
       ListControl listControl,
       int itemIndex
    )

    Parameters

    spread
    rowPane
    columnPane
    listControl
    itemIndex
    See Also