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

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

パラメータ

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

DataVisualizerBasePanel クラス
DataVisualizerBasePanel メンバ