Search
Table.CellBorders Property
See Also
 



Gets or sets the style of cell frame lines.

 Syntax

VB6  Copy Code

Public Property Get CellBorders() As ECellBorders
Public Property Let CellBorders( _
    ByVal Value As ECellBorders _
)

C++  Copy Code

public:
ECellBorders get_CellBorders ()
void put_CellBorders (
    ECellBorders value
)

 Property Value

A member of the ECellBorders enumeration.

 Remarks

Defines how cells borders are drawn:

  • cbNone - no borders are rendered around cells;
  • cbSimple - the cells have single-line borders;
  • cbSystem3D - cell borders are rendered as 3D edges using system colors;

 See Also