Search
FlowChart.TableColumnsCount Property
See Also
 



Gets or sets the default number of table columns.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_TableColumnsCount ()
void put_TableColumnsCount (
    int value
)

 Property Value

A long value. The default is 2.

 Remarks

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

 See Also