View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
adewole adewole is offline
external usenet poster
 
Posts: 6
Default Conditional Initialization

Hi there

If I have a "Customer" Class, for example, that has a collection of "Orders"
as a member. Normally, I'd instantiate the Orders collection in the Customer
Class Initialization Event. However, I only wish to instantiate the
collection only if I intend to expand Customer, to contain its children. Can
I do this?

Thanks
ade