Search
Table.Caption Property
See Also
 



Gets or sets the caption of this table.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
BSTR get_Caption ()
void put_Caption (
    BSTR value
)

 Property Value

A string value. Initialized with FlowChart.TableCaption.

 Remarks

Sets the text displayed as caption at the top of the table. This text can be aligned in different ways as pointed by the CaptionStyle property.

 See Also