CellsManager.CellGetPos 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 control.CellsManager.CellGetPos (UniqueID as integer, pPosLeft as single, pPosTop as single) as boolean
Visual C++ BOOL control.CellsManager.CellGetPos (short UniqueID, float *pPosLeft, float *pPosTop);
Return value
|