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