Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / HideDependents Method / HideDependents(Int32) Method
Index of the sheet


In This Topic
    HideDependents(Int32) Method
    In This Topic
    Hides the dependents.
    Syntax
    'Declaration
     
    
    Public Overloads Sub HideDependents( _
       ByVal sheetIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim sheetIndex As Integer
     
    instance.HideDependents(sheetIndex)
    public void HideDependents( 
       int sheetIndex
    )

    Parameters

    sheetIndex
    Index of the sheet
    See Also