GetPrecedentsInCalculation Method

GetPrecedentsInCalculation function

Gets all precedents(reference to cells in current workbook) used by this cell’s formula while calculating it.


func (instance *Cell) GetPrecedentsInCalculation()  (*ReferredAreaEnumerator,  error) 

Remarks

See Also