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

GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers 名前空間 > DataVisualizerBasePanel クラス : GetRow メソッド
A child control of the System.Windows.Forms.TableLayoutPanel.
Returns the row position of the specified child control.
シンタックス
'宣言
 
Public Function GetRow( _
   ByVal control As Control _
) As Integer
public int GetRow( 
   Control control
)

パラメータ

control
A child control of the System.Windows.Forms.TableLayoutPanel.

戻り値の型

The row position of control, or -1 if the position of control is determined by System.Windows.Forms.TableLayoutPanel.LayoutEngine.
例外
例外解説
control is null 参照 (Visual Basicでは Nothing).
control is not a type that can be arranged by this System.Windows.Forms.Layout.LayoutEngine.
参照

DataVisualizerBasePanel クラス
DataVisualizerBasePanel メンバ