ActiveReports 12
SetColumnSpan Method

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel Class : SetColumnSpan Method
A child control of the System.Windows.Forms.TableLayoutPanel.
The number of columns to span.
Sets the number of columns spanned by the child control.
Syntax
'Declaration
 
Public Sub SetColumnSpan( _
   ByVal control As Control, _
   ByVal value As Integer _
) 
public void SetColumnSpan( 
   Control control,
   int value
)

Parameters

control
A child control of the System.Windows.Forms.TableLayoutPanel.
value
The number of columns to span.
Exceptions
ExceptionDescription
value is less than 1.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members