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] Public Function CellsManager.CellSetSize(UniqueID as Short, size as System.Drawing.SizeF) as Bool
[C#] public bool CellsManager.CellSetSize(short UniqueID, System.Drawing.SizeF size);
[C++] public: bool CellsManager.CellSetSize(short UniqueID, System.Drawing.SizeF size);
Return value
|