Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
CellsManager property 
 
Type
[Visual Basic] 
Public Property CellsManager As CellsManagerDesc 
 
[C#] 
public CellsManagerDesc CellsManager {get; set;} 
 
[C++] 
public: __property CellsManagerDesc get_CellsManager(); 
public: __property void set_CellsManager(CellsManagerDesc);
 
 
Remarks
The cells manager. This property encapsulates the functionality of the CellsManagerDesc class. 
See the How to manage cells section for details about cells management.
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index