How come an Excel.Application
reference shows the Addins2
property in Locals Window, but not the Addins
property? Ditto Columns
and Rows
properties? Is that some host-specific TLB hack for the Locals Window, or are those members marked in some way?
They're not hidden, they're not functions and they're not indexers, so why doesn't the Locals Window show them?
There may be other properties that aren't present, but AddIns
, Columns
and Rows
are the ones that I noticed were missing.