Search
FlowChart.TableStyle Property
See Also
 



Gets or sets the new style of new tables.

 Syntax

VB6  Copy Code

Public Property Get TableStyle() As ETableStyle
Public Property Let TableStyle( _
    ByVal Value As ETableStyle _
)

C++  Copy Code

public:
ETableStyle get_TableStyle ()
void put_TableStyle (
    ETableStyle value
)

 Property Value

A member of the ETableStyle enumeration. The default is tsRect.

 Remarks

Default value for the Style property of new tables created either programmatically or by a user.

 See Also