Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
CellsManager.Visible property 
 
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: 
Value
Meaning
FALSE
Cell is hidden.
TRUE (default)
Cell is visible.
 
 
See also
CellsManager object. 
CellsManager property. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index