FlexChart | ComponentOne
C1.Win.FlexChart.Toolbar.4.8 Assembly / C1.Win.Chart.Toolbar.Common Namespace / ChartRangePanel Class / GetControlFromPosition Method

In This Topic
    GetControlFromPosition Method (ChartRangePanel)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetControlFromPosition( _
       ByVal column As System.Integer, _
       ByVal row As System.Integer _
    ) As System.Windows.Forms.Control
    public System.Windows.Forms.Control GetControlFromPosition( 
       System.int column,
       System.int row
    )

    Parameters

    column
    row
    See Also