|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property CellsManager.BorderWidth(UniqueID as Short) As Color
[C#]
public Color CellsManager.get_BorderWidth(short UniqueID);
public void CellsManager.set_BorderWidth(short UniqueID, Color);
[C++]
public: __property Color CellsManager.get_BorderWidth(short UniqueID);
public: __property void CellsManager.set_BorderWidth(short UniqueID, Color);
|
|
|
|
|
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.
|