Gets or sets the number of rows in this table.
SyntaxVB6
Copy Code
|
|---|
Public Property Get RowsCount() As Long |
C++
Copy Code
|
|---|
public: |
A long value. Initialized with FlowChart.TableRowsCount.
RemarksThe number of rows in the table. If you increase or decrease it, rows are added to / removed from the end of the table.
See Also