Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ShowDependents Method
Index of the sheet
Index of the row
Index of the column


In This Topic
    ShowDependents Method (FpSpread)
    In This Topic
    Shows the dependent cells for a formula cell.
    Syntax
    'Declaration
     
    
    Public Sub ShowDependents( _
       ByVal sheetIndex As Integer, _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim sheetIndex As Integer
    Dim row As Integer
    Dim column As Integer
     
    instance.ShowDependents(sheetIndex, row, column)
    public void ShowDependents( 
       int sheetIndex,
       int row,
       int column
    )

    Parameters

    sheetIndex
    Index of the sheet
    row
    Index of the row
    column
    Index of the column
    See Also