GrapeCity ActiveReports for .NET 16.0J
Insert メソッド (ReportSlicersCollection)

GrapeCity.ActiveReports.PageReportModel 名前空間 > ReportSlicersCollection クラス : Insert メソッド
The zero-based index at which item should be inserted.
The object to insert. The value can be null 参照 (Visual Basicでは Nothing) for reference types.
Inserts an element into the Collection at the specified index.
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As ReportSlicer _
) 
public void Insert( 
   int index,
   ReportSlicer item
)

パラメータ

index
The zero-based index at which item should be inserted.
item
The object to insert. The value can be null 参照 (Visual Basicでは Nothing) for reference types.
例外
例外解説
index is less than zero. -or- index is greater than Count.
参照

ReportSlicersCollection クラス
ReportSlicersCollection メンバ