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