Search
Table.CaptionHeight Property
See Also
 



Gets or sets the height of the table caption bar.

 Syntax

VB6  Copy Code

Public Property Get CaptionHeight() As Integer
Public Property Let CaptionHeight( _
    ByVal value As Integer _
)

C++  Copy Code

public:
short get_CaptionHeight ()
void put_CaptionHeight (
    short value
)

 Property Value

A long value. Initialized with FlowChart.TableCaptionHeight.

 Remarks

Defines the height of table caption area.

 See Also