I’m using Aspose.Cells to process Excel Files. I have an XSLX file with various Shapes and SmartArt. I can easily loop through the Worksheet.Shapes to get all the shapes - whether it was a normal Shape or SmartArt shape. But, the TEXT property is only filled out in the normal Shape objects, not in the SmartArt Shapes. Is there another property or collection I should be looking at to get the TEXT for a SmartArt Object?
We are using Aspose.Cells for .NET, Version 17.2.0.0.
Thank you in advance!