Search
FlowChart.TableColWidth Property
See Also
 



Gets or sets the default table column width.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_TableColWidth ()
void put_TableColWidth (
    int value
)

 Property Value

A long value. The default is 50.

 Remarks

Default value for the column widths of new tables.

 See Also