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