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

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

パラメータ

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

戻り値の型

The column position of the specified child 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 メンバ