Copyright © 2003-2024 MultiMedia Soft

CellsManager.CellFind method

Previous pageReturn to chapter overviewNext page

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);

 

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