FlexReport for WinForms
Move メソッド (ReportObjectCollection<TItem>)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > ReportObjectCollection<TItem> クラス : Move メソッド
The current index.
The new index.
Moves the item with the specified index to a new new position specified by newIndex.
シンタックス
'宣言
 
Public Sub Move( _
   ByVal index As System.Integer, _
   ByVal newIndex As System.Integer _
) 
'使用法
 
Dim instance As ReportObjectCollection(Of TItem)
Dim index As System.Integer
Dim newIndex As System.Integer
 
instance.Move(index, newIndex)
public void Move( 
   System.int index,
   System.int newIndex
)

パラメータ

index
The current index.
newIndex
The new index.
参照

参照

ReportObjectCollection<TItem> クラス
ReportObjectCollection<TItem> メンバ