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

GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers 名前空間 > DataVisualizerBasePanel クラス : SetColumnSpan メソッド
A child control of the System.Windows.Forms.TableLayoutPanel.
The number of columns to span.
Sets the number of columns spanned by the child control.
シンタックス
'宣言
 
Public Sub SetColumnSpan( _
   ByVal control As Control, _
   ByVal value As Integer _
) 
public void SetColumnSpan( 
   Control control,
   int value
)

パラメータ

control
A child control of the System.Windows.Forms.TableLayoutPanel.
value
The number of columns to span.
例外
例外解説
value is less than 1.
参照

DataVisualizerBasePanel クラス
DataVisualizerBasePanel メンバ