Copyright © 2003-2024 MultiMedia Soft

CellsManager.BackColor property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Function CellsManager.get_BackColor(UniqueID as Short) As Color

Public Sub CellsManager.set_BackColor(UniqueID as Short, Color)

 

[C#]

public Color CellsManager.get_BackColor(short UniqueID);

public void CellsManager.set_BackColor(short UniqueID, Color);

 

[C++]

public: Color CellsManager.get_BackColor(short UniqueID);

public: void CellsManager.set_BackColor(short UniqueID, Color);

 

 

Remarks

The color used for rendering the background of the cell identified by the UniqueID parameter.

Setting this property to Color.Empty (default), will render an invisible background.

 

 

See also

CellsManagerDesc class.

CellsManager property.

How to manage cells section.