View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jchauvin@panix.com is offline
external usenet poster
 
Posts: 3
Default Using Multiple Interfaces for a Single Class

Does Microsoft Excel 2003 support the use of multiple interfaces for a
single class? For example, can I select which interface to use (or
override the default interface) when creating a new instance of the
class.? What I am trying to do is use multiple interfaces to expose a
subsets of properties contain in a specific class

Thanks,

John C.