Search
FlowChart.TableRowsCount Property
See Also
 



Gets or sets the default number of table rows.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_TableRowsCount ()
void put_TableRowsCount (
    int value
)

 Property Value

A long value. The default is 4.

 Remarks

Default value for the RowsCount property of the new tables that the user creates.

 See Also