ShowPrecedents Method
ShowPrecedents(int, int, int)
Shows the cells that are referred to by formulas in other cells.
Declaration
public void ShowPrecedents(int sheetIndex, int row, int column)
Public Sub ShowPrecedents(sheetIndex As Integer, row As Integer, column As Integer)
Parameters
Type |
Name |
Description |
int |
sheetIndex |
Index of the sheet
|
int |
row |
Index of the row
|
int |
column |
Index of the column
|