ActiveReports 13
SetColumn Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel Class : SetColumn Method
The control to move to another column.
The column to which control will be moved.
Sets the column position of the specified child control.
Syntax
'Declaration
 
Public Sub SetColumn( _
   ByVal control As Control, _
   ByVal column As Integer _
) 
public void SetColumn( 
   Control control,
   int column
)

Parameters

control
The control to move to another column.
column
The column to which control will be moved.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members