Search
FlowChart.TableRowHeight Property
See Also
 



Gets or sets the default height of table rows.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_TableRowHeight ()
void put_TableRowHeight (
    int value
)

 Property Value

A long value. The default is 22.

 Remarks

Default value for the row heights of new tables.

 See Also