CellsManager.GetCellSize method
Remarks
Retrieves the current size for the cell identified by a UniqueID identifier.
Syntax
[Visual Basic]
Public Function CellsManager.GetCellSize(UniqueID as Short) as System.Drawing.Size
[C#]
public System.Drawing.Size CellsManager.GetCellSize(short UniqueID);
[C++]
public: System.Drawing.Size CellsManager.GetCellSize(short UniqueID);
|
Parameter
|
Description
|
|
|
|
|
UniqueID
|
Numerical value representing the cell's unique identifier.
|
Return value
A Size structure whose Width field represents the actual cell's width expressed in percentage of the container control's width while the Height field represents the actual cell's height expressed in percentage of the container control's height