Copyright © 1998-2015 MultiMedia Soft

CellsManager.Visible property

Previous pageReturn to chapter overviewNext page

Type

BOOL for Visual C++

boolean for Visual Basic

 

 

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.

How to manage cells section.

How to manage alpha channel transparency section.