I have the following code that work using Excel interop:
Range range = <somerange>;
Name name = range.Name;
I am looking for a similar functionality using Aspose cells. What would be the best practice to get a named range under a specific cell?
Thanks