Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
CellsManager.Visible property 
 
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: 
Value
Meaning
False
Cell is hidden.
True (default)
Cell is visible.
 
 
See also
CellsManager property. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index