[]
Shows the dependent cells for a formula cell.
public void ShowDependents(int sheetIndex, int row, int column)
Public Sub ShowDependents(sheetIndex As Integer, row As Integer, column As Integer)
Type | Name | Description |
---|---|---|
int | sheetIndex | Index of the sheet |
int | row | Index of the row |
int | column | Index of the column |