Search
Table.Style Property
See Also
 



Gets or sets the shape of the table outlines.

 Syntax

VB6  Copy Code

Public Property Get Style() As ETableStyle
Public Property Let Style( _
    ByVal value As ETableStyle _
)

C++  Copy Code

public:
ETableStyle get_Style ()
void put_Style (
    ETableStyle value
)

 Property Value

A member of the ETableStyle enumeration. Initialized with FlowChart.TableStyle.

 Remarks

Specifies the shape of the table's outline. The available styles are listed below:

tsRect

The table has a rectangular shape.

tsRoundRect

The table's shape is a rounded-rectangle.

 See Also