Hi,
I'm using getCells() method in NamedRange in version 2.5.3. Can you please tell me the similar method in v8.3?
Regards,
Amit
Hi,
I'm using getCells() method in NamedRange in version 2.5.3. Can you please tell me the similar method in v8.3?
Regards,
Amit
Hi,
Thanks for your posting and using Aspose.Cells.
Now, instead of NamedRange, you have Name and Name has a method getRange(), it will return you Range object which has an iterator Range.iterator()
So the code will look like this
Java
{