'宣言 Public Function MoveCurrentToPosition( _ ByVal index As System.Integer _ ) As System.Boolean
public System.bool MoveCurrentToPosition( System.int index )
パラメータ
- index
戻り値の型
指定されたインデックスにある項目が CurrentItemになった場合は true、そうでない場合は false。
'宣言 Public Function MoveCurrentToPosition( _ ByVal index As System.Integer _ ) As System.Boolean
public System.bool MoveCurrentToPosition( System.int index )