バージョン

AddList(Single,Single,Single) メソッド

Infragistics.Documents.Reports.Report.List.IList インターフェイスを実装する新しいリスト オブジェクトを作成し、それをオブジェクトの内部コレクションに追加します。
シンタックス
'宣言
 
Overloads Function AddList( _
   ByVal left As Single, _
   ByVal top As Single, _
   ByVal angle As Single _
) As IList
IList AddList( 
   float left,
   float top,
   float angle
)

パラメータ

left
オブジェクトの X 座標。
top
オブジェクトの Y 座標。
angle
回転角度 (度単位)。

戻り値の型

Infragistics.Documents.Reports.Report.List.IList インターフェイスを実装するオブジェクト。
参照