FlexReport for WinForms
InternalInsert メソッド (ChartObjectCollection<T>)


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > ChartObjectCollection<T> クラス : InternalInsert メソッド
The zero-based index at which item should be inserted.
The object to insert into the ChartObjectCollection<T>.
Inserts an item to the ChartObjectCollection<T> at the specified index.
シンタックス
'宣言
 
Protected Sub InternalInsert( _
   ByVal index As System.Integer, _
   ByVal item As T _
) 
'使用法
 
Dim instance As ChartObjectCollection(Of T)
Dim index As System.Integer
Dim item As T
 
instance.InternalInsert(index, item)
protected void InternalInsert( 
   System.int index,
   T item
)

パラメータ

index
The zero-based index at which item should be inserted.
item
The object to insert into the ChartObjectCollection<T>.
参照

参照

ChartObjectCollection<T> クラス
ChartObjectCollection<T> メンバ