Copyright © 1998-2015 MultiMedia Soft

CellsManager.CellSetSize method

Previous pageReturn to chapter overviewNext page

Remarks

Modifies the current size for the cell identified by a UniqueID identifier.

For further details about cells management, see the How to manage cells section

 

Syntax

Visual Basic

control.CellsManager.CellSetSize (UniqueID as integer, fWidth as single, fHeight as single) as boolean

 

Visual C++

BOOL control.CellsManager.CellSetSize (short UniqueID, float fWidth, float fHeight);

 

Parameter

Description

 

 

UniqueID

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

fWidth

Numerical value representing the new cell's width expressed in the scale unit specified inside the CellsManager.ScaleUnit property

fHeight

Numerical value representing the new cell's height expressed in the scale unit specified inside the CellsManager.ScaleUnit property

 

 

Return value

 

Value

Meaning

 

 

FALSE

The operation failed

TRUE

The operation was successful