Gets or sets the caption of this table.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Caption() As String |
C++
Copy Code
|
|---|
public: |
A string value. Initialized with FlowChart.TableCaption.
RemarksSets 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