ActiveReports 12
GetControlFromPosition Method

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel Class : GetControlFromPosition Method
The column position of the control to retrieve.
The row position of the control to retrieve.
Returns the child control occupying the specified position.
Syntax
'Declaration
 
Public Function GetControlFromPosition( _
   ByVal column As Integer, _
   ByVal row As Integer _
) As Control
public Control GetControlFromPosition( 
   int column,
   int row
)

Parameters

column
The column position of the control to retrieve.
row
The row position of the control to retrieve.

Return Value

The child control occupying the specified cell; otherwise, null if no control exists at the specified column and row, or if the control has its System.Windows.Forms.Control.Visible property set to false.
Exceptions
ExceptionDescription
Either column or row (or both) is less than 0.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members