Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / HideDependents Method / HideDependents(Int32,Int32,Int32) Method
Index of the sheet
Index of the row
Index of the column


In This Topic
HideDependents(Int32,Int32,Int32) Method
In This Topic
Hides the dependents.
Syntax
'Declaration
 
Public Overloads Sub HideDependents( _
   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.HideDependents(sheetIndex, row, column)

Parameters

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