CellsManager.CellGetCount method |
|
Remarks Returns the number of cells added to a control. For further details about cells management, see the How to manage cells section
Syntax
[Visual Basic] Public Function CellsManager.CellGetCount() as Short
[C#] public short CellsManager.CellGetCount();
[C++] public: short CellsManager.CellGetCount();
Return value
The number of existing cells.
|