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


In This Topic
    ShowPrecedents Method (FpSpread)
    In This Topic
    Shows the cells that are referred to by formulas in other cells.
    Syntax
    'Declaration
     
    
    Public Sub ShowPrecedents( _
       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.ShowPrecedents(sheetIndex, row, column)
    public void ShowPrecedents( 
       int sheetIndex,
       int row,
       int column
    )

    Parameters

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