Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
CellsManager.GetCount method 
 
Remarks 
Returns the number of cells added to a control. 
For further details about cells management, see the How to manage cells section 
 
Syntax 
Visual Basic 
control.CellsManager.GetCount () as integer 
 
Visual C++ 
short control.CellsManager.GetCount (); 
 
 
 
Return value 
 
The number of existing cells. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index