Enumeration of COM object properties (Excel)
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I find myself looking to the VB documentation to determine the enumeration of various COM object properties. In VB, the string xlHAlignLeft can be used, however only the numeric (-4131) can be used in MATLAB. Are the numeric values of these character array pairs defined anywhere on the COM application, such that they could be referenced to allow the string rather than the number to be used? Just curious.
3 Commenti
dpb
il 27 Mar 2021
That or similar has always been my approach -- or just pick the ones of the C# header files of interest--I rarely use but a handful at any time from the gazillions there are.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Use COM Objects in MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!