Selection.FillDown..?

How do you perform a FillDown using the Aspose API…? For example, if I put a formula in a cell, then want to fill that down the column, as with the VBA command Selection.FillDown, how would I do that…?

It currently looks like I have to write a loop to iterate through each cell and set the Formula property for each cell individually, but it is causing some serious performance issues in my application.

Hi,

I am afraid, we don’t support VBAs. I think you may try to shet ShareFormula approach for your situation if it fits your requirement, see the topic for your reference:
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/setting-shared-formula.html

Thank you.

Perfect…That’s exactly what I wanted. Thanks.