GrapeCity ActiveReports for .NET 16.0J
GetControlFromPosition メソッド

GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers 名前空間 > DataVisualizerBasePanel クラス : GetControlFromPosition メソッド
The column position of the control to retrieve.
The row position of the control to retrieve.
Returns the child control occupying the specified position.
シンタックス
'宣言
 
Public Function GetControlFromPosition( _
   ByVal column As Integer, _
   ByVal row As Integer _
) As Control
public Control GetControlFromPosition( 
   int column,
   int row
)

パラメータ

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

戻り値の型

The child control occupying the specified cell; otherwise, null 参照 (Visual Basicでは Nothing) 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.
例外
例外解説
Either column or row (or both) is less than 0.
参照

DataVisualizerBasePanel クラス
DataVisualizerBasePanel メンバ