'宣言
Public Function MoveCurrentToPosition( _ ByVal position As System.Integer _ ) As System.Boolean
public System.bool MoveCurrentToPosition( System.int position )
パラメータ
- position
- System.ComponentModel.ICollectionView.CurrentItemとして設定するインデックス。
戻り値の型
結果の CurrentItemがビュー内の項目である場合は true、そうでない場合は false。