Copyright © 2003-2005 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] 
Public Sub CellsManager.GetCount() as Short 
 
[C#] 
public short CellsManager.GetCount(); 
 
[C++] 
public: short CellsManager.GetCount(); 
 
 
Return value 
 
The number of existing cells. 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index