CellsManager.GetCellPos method
Remarks
Retrieves the current position for the cell identified by a UniqueID identifier.
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