Copyright © 2003-2024 MultiMedia Soft

CellsManager.BorderWidth property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Function CellsManager.get_BorderWidth(UniqueID as Short) As Short

Public Sub CellsManager.set_BorderWidth(UniqueID as Short, Short)

 

[C#]

public Color CellsManager.get_BorderWidth(short UniqueID);

public void CellsManager.set_BorderWidth(short UniqueID, Short);

 

[C++]

public: Color CellsManager.get_BorderWidth(short UniqueID);

public: void CellsManager.set_BorderWidth(short UniqueID, Short);

 

 

Remarks

The width in pixels of the border of the cell identified by the UniqueID parameter. By default its value is set to 0 so no border is initially displayed.

The border color can be modified through the CellManager.BorderColor property. By default this color is set to Color.Black

 

 

See also

CellsManagerDesc class.

CellsManager property.

How to manage cells section.