Copyright © 2003-2024 MultiMedia Soft

CellsManager property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property CellsManager As CellsManagerDesc

 

[C#]

public CellsManagerDesc CellsManager {get; set;}

 

[C++]

public: __property CellsManagerDesc get_CellsManager();

public: __property void set_CellsManager(CellsManagerDesc);

 

 

Remarks

The cells manager. This property encapsulates the functionality of the CellsManagerDesc class.

See the How to manage cells section for details about cells management.