Hello Support team,
I am facing one issue regarding oleobject which is embeded in Excel file. I am managing it by Name of object and not by Storage name. I have collection of OleObjects. in which , I am not able to find oleobject name.
COM object does provide the name of object
====================================
PrObjects = Collection of OLE Objects
(Excel.OLEObject)PrObjects.Item(0)).Name
But i don't know How to retrive ole object name using SyncFusion library
========================================================
PrObjects = Collection of OLE Objects
(Syncfusion.XlsIO.Implementation.OleObject)(PrObjects[0])) - this object has storage name but not an object name. and file name is coming blank.
Please reply as soon as possible.