By Yi-Fei Lim on Friday, 20 May 2022
Posted in C# Development
Likes 0
Views 0.9K
Votes 0
Hello EBDN community,
I'm trying to get all symbols from a sheet, and had tried several approaches:


  • calling the child objects of a sheet (nothing)
  • try using SheetBOP: aucOpExecSheetGetSymbol and aucOpExecSheetGetSymbolByAO


I tried to follow the steps in examples of SheetBOPs from Dieter Sternberg, but the documentation of it in C# is not so clear.

I'm wondering if there's a better way to get the symbol objects from a sheet.

Thanks!
View Full Post