Get listobject by name in Aspose.Cells

Please advise if there is any generic way to get listobject by name except searching through all objects in collection, since this may be performance consuming.


Excel VBA code example:
Sheets(sName).ListObjects(loName)

C# example:
Sheets(sName).ListObjects.OfType().FirstOrDefault(a => a.DisplayName == loName)

Thank you in advance!

Hi,

I am afraid, you can only get the ListObject by its index. I have logged it as an id: CELLSNET-25317. We will look into it if we can support it.

Thank you.

Hi,

Please download Aspose.Cells
for .NET v5.3.1.2
. We have fixed the issue you
mentioned.

The issues you have found earlier (filed as 25317) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.