Copyright © 2003-2005 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] 
Public Sub CellsManager.FindCell(UniqueID as Short) as Boolean 
 
[C#] 
public bool CellsManager.FindCell(short UniqueID); 
 
[C++] 
public: bool 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 © 2003-2005 MultiMedia Soft 
Return to index