Accessing Table calculations from a ListObject

Hello, I have an issue with accessing calculations. Currently, if I create a calculation on a Table (ListObject) that concatenates two other fields in the table, is there a way to access the calculation formula via Aspos? So far, I haven’t found it. Thank you.

Hi,


I think you may try to get the data range of the ListObject and get/set the formula accordingly.

e.g

listObject.DataRange[i, j].Formula

Thank you.

Thank you. This worked fine.