Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / HidePrecedents Method / HidePrecedents(Int32,Int32,Int32) Method
Sheet index
Row index
Column index


In This Topic
HidePrecedents(Int32,Int32,Int32) Method
In This Topic
Internal use only. Hides the precedents.
Syntax
'Declaration
 
Public Overloads Sub HidePrecedents( _
   ByVal sheetIndex As Integer, _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
 
'Usage
 
Dim instance As SpreadView
Dim sheetIndex As Integer
Dim row As Integer
Dim column As Integer
 
instance.HidePrecedents(sheetIndex, row, column)

Parameters

sheetIndex
Sheet index
row
Row index
column
Column index
See Also