Search
FlowChart.TableCellBorders Property
See Also
 



Gets or sets the style of cell frame lines.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
ECellBorders get_TableCellBorders ()
void put_TableCellBorders (
    ECellBorders value
)

 Property Value

A member of the ECellBorders enumeration.

 Remarks

Default value for the CellBorders property of new tables.

  • 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