|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property CellsManager.Visible (UniqueID as Short) As Boolean
[C#]
public bool CellsManager.get_Visible(short UniqueID);
public void CellsManager.set_Visible(short UniqueID, bool);
[C++]
public: __property bool CellsManager.get_Visible(short UniqueID);
public: __property void CellsManager.set_Visible(short UniqueID, bool);
| ||||||
|
|
| ||||||
|
Remarks
|
Boolean value that hides/shows the cell represented by the UniqueID parameter.
Supported values are the following:
| ||||||
|
|
| ||||||
|
See also
|
CellsManagerDesc class.
CellsManager property.
How to manage cells section.
|