Search
Table.ColumnsCount Property
See Also
 



Gets or sets the number of columns in this table.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_ColumnsCount ()
void put_ColumnsCount (
    int value
)

 Property Value

A long value. Initialized with FlowChart.TableColumnsCount.

 Remarks

The 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