Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

5
Votes

Provide public methods to get the dependent formula cells of the given particular cell.

In the below-attached image, we have used the cell A1 value with the column B cell value in column C cells from C1 to C5 for formula calculation. For example, the C1 cell formula is "=B1+A1" and the C5 cell's formula is "=B5+A1". In this formula calculation, we have used the A1 cell in 5 cells, C1 to C5. Now we have to provide public methods to get these dependent formula cells C1 to C5 as results for cell A1.


Empty