ColumnCount Property (DataVisualizerBasePanel)
In This Topic
Gets or sets the number of columns in the table.
Syntax
'Declaration
Public Property ColumnCount As Integer
public int ColumnCount {get; set;}
Property Value
The number of columns in the
System.Windows.Forms.TableLayoutPanel control. The default is 0.
See Also