Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
CellsManager.SetCellSize method 
 
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.SetCellSize (UniqueID as integer, nPercWidth as integer, nPercHeight as integer) as boolean 
 
Visual C++ 
BOOL control.CellsManager.SetCellSize (short UniqueID, short nPercWidth, short nPercHeight); 
 
Parameter
Description
 
 
UniqueID
Numerical value representing the cell's unique identifier: a control cannot have two cells with the same UniqueID
nPercWidth
Numerical value representing the new cell's width expressed in percentage of the container control's width
nPercHeight
Numerical value representing the new cell's height expressed in percentage of the container control's height
 
 
Return value 
 
Value
Meaning
 
 
FALSE
The operation failed
TRUE
The operation was successful
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index