Copyright © 2003-2024 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]

Public Function CellsManager.CellDelete(UniqueID as Short) as Boolean

 

[C#]

public bool CellsManager.CellDelete(short UniqueID);

 

[C++]

public: bool CellsManager.CellDelete(short UniqueID);

 

Parameter

Description

 

 

UniqueID

Numerical value representing the cell's unique identifier: a control cannot have two cells with the same UniqueID

 

 

Return value

 

Value

Meaning

 

 

False

The operation failed

True

The operation was successful