Search
FlowChart.TableCaption Property
See Also
 



Gets or sets the default caption text of new tables.

 Syntax

VB6  Copy Code

Public Property Get TableCaption() As String
Public Property Let TableCaption( _
    ByVal value As String _
)

C++  Copy Code

public:
BSTR get_TableCaption ()
void put_TableCaption (
    BSTR value
)

 Property Value

A string value. The default is "Table".

 Remarks

Default value for the Caption property of new tables.

 See Also