Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
CellsManager.GetCellSize method 
 
Remarks 
Retrieves 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] 
Public Function CellsManager.GetCellSize(UniqueID as Short) as System.Drawing.Size 
 
[C#] 
public System.Drawing.Size CellsManager.GetCellSize(short UniqueID); 
 
[C++] 
public: System.Drawing.Size CellsManager.GetCellSize(short UniqueID); 
 
Parameter
Description
 
 
UniqueID
Numerical value representing the cell's unique identifier.
 
 
Return value 
 
A Size structure whose Width field represents the actual cell's width expressed in percentage of the container control's width while the Height field represents the actual cell's height expressed in percentage of the container control's height 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index