Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
CellsManager.FindCell method 
 
Remarks 
Verify the existence of a cell identified by a certain UniqueID identifier. 
For further details about cells management, see the How to manage cells section 
 
Syntax 
Visual Basic 
control.CellsManager.FindCell (UniqueID as integer) as boolean 
 
Visual C++ 
BOOL control.CellsManager.FindCell (short UniqueID); 
 
Parameter
Description
 
 
UniqueID
Numerical value representing the cell's unique identifier
 
 
Return value 
 
Value
Meaning
 
 
FALSE
The cell identified by UniqueID doesn't exist
TRUE
The cell identified by UniqueID exists
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index