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