|
Copyright © 1998-2006 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property Enabled As Boolean
[C#]
public bool Enabled {get; set;}
[C++]
public: __property bool get_Enabled();
public: __property void set_Enabled(bool);
| ||||||
|
|
| ||||||
|
Syntax
|
object.CellsManager.Visible(UniqueID) [=boolean]
| ||||||
|
|
| ||||||
|
Remarks
|
Boolean value that hides/shows the cell represented by the UniqueID parameter.
Supported values are the following:
| ||||||
|
|
| ||||||
|
See also
|
CellsManager object.
CellsManager property.
How to manage cells section.
|