Copyright © 2003-2024 MultiMedia Soft

CellsManager.Visible property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Function CellsManager.get_Visible(UniqueID as Short) As Boolean

Public Sub CellsManager.set_Visible(UniqueID as Short, Boolean)

 

[C#]

public bool CellsManager.get_Visible(short UniqueID);

public void CellsManager.set_Visible(short UniqueID, bool);

 

[C++]

public: bool get_Visible(short UniqueID);

public: void set_Visible(short UniqueID, 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

CellsManagerDesc class.

CellsManager property.

How to manage cells section.