FlexChart | ComponentOne
C1.Win.FlexChart.Toolbar.8 Assembly / C1.Win.Chart.Toolbar.Common Namespace / ChartRangePanel Class / SetRow Method

In This Topic
    SetRow Method (ChartRangePanel)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SetRow( _
       ByVal control As System.Windows.Forms.Control, _
       ByVal row As System.Integer _
    ) 
    public void SetRow( 
       System.Windows.Forms.Control control,
       System.int row
    )

    Parameters

    control
    row
    See Also