Copyright © 1998-2015 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

control.CellsManager.CellFind (UniqueID as integer) as boolean

 

Visual C++

BOOL control.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