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