Copyright © 2003-2024 MultiMedia Soft

CellsManager.BorderColor property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

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

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

 

[C#]

public Color CellsManager.get_BorderColor(short UniqueID);

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

 

[C++]

public: Color CellsManager.get_BorderColor(short UniqueID);

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

 

 

Remarks

The color used for rendering the border of the cell identified by the UniqueID parameter. The default color is Color.Black)

The cell's border is visible only if the CellManager.BorderWidth property has been set to 1 or higher: by default this property is set to 0.

 

 

See also

CellsManagerDesc class.

CellsManager property.

How to manage cells section.