CellsManager.CellSetSize method |
|
Remarks Modifies 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.CellSetSize (UniqueID as integer, fWidth as single, fHeight as single) as boolean
Visual C++ BOOL control.CellsManager.CellSetSize (short UniqueID, float fWidth, float fHeight);
Return value
|