ActiveReports 13
GetRowSpan Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel Class : GetRowSpan Method
A child control of the System.Windows.Forms.TableLayoutPanel.
Returns the number of rows spanned by the specified child control.
Syntax
'Declaration
 
Public Function GetRowSpan( _
   ByVal control As Control _
) As Integer
public int GetRowSpan( 
   Control control
)

Parameters

control
A child control of the System.Windows.Forms.TableLayoutPanel.

Return Value

The number of rows spanned by the child control. The default is 1.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members