Search
FlowChart.TableCaptionHeight Property
See Also
 



Gets or sets the default caption area height of new tables.

 Syntax

VB6  Copy Code

Public Property Get TableCaptionHeight() As Long
Public Property Let TableCaptionHeight( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_TableCaptionHeight ()
void put_TableCaptionHeight (
    int value
)

 Property Value

A long value. The default is 22.

 Remarks

Default value for the CaptionHeight property of new tables.

 See Also