Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
CellsManager.DeleteCell method 
 
Remarks 
Deletes the 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.DeleteCell(UniqueID as Short) as Boolean 
 
[C#] 
public bool CellsManager.DeleteCell(short UniqueID); 
 
[C++] 
public: bool CellsManager.DeleteCell(short UniqueID); 
 
Parameter
Description
 
 
UniqueID
Numerical value representing the cell's unique identifier: a control cannot have two cells with the same UniqueID
 
 
Return value 
 
Value
Meaning
 
 
False
The operation failed
True
The operation was successful
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index