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] Public Function CellsManager.CellGetSize(UniqueID as Short) as System.Drawing.SizeF
[C#] public System.Drawing.SizeF CellsManager.CellGetSize(short UniqueID);
[C++] public: System.Drawing.SizeF CellsManager.CellGetSize(short UniqueID);
Return value
A Size structure whose Width field represents the actual cell's width while the Height field represents the actual cell's height. Both fields are expressed in the scale unit specified inside the CellsManager.ScaleUnit property.
|