Copyright © 1998-2015 MultiMedia Soft

CellsManager.CellDelete method

Previous pageReturn to chapter overviewNext page

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

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

 

Visual C++

BOOL control.CellsManager.CellDelete (short UniqueID);

 

Parameter

Description

 

 

UniqueID

Numerical value representing the cell's unique identifier

 

 

Return value

 

Value

Meaning

 

 

FALSE

The operation failed

TRUE

The operation was successful