ActiveReports 12
SetRowSpan Method

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

Parameters

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

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members