CellsManager.CellDelete 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 Function CellsManager.CellDelete(UniqueID as Short) as Boolean
[C#] public bool CellsManager.CellDelete(short UniqueID);
[C++] public: bool CellsManager.CellDelete(short UniqueID);
Return value
|