バージョン

RemoveAt メソッド (SelectedNotesCollection)

コレクション内の指定した順序位置にある Note インスタンスを返します。
シンタックス
'宣言
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

パラメータ

index
Note の削除元のインデックス。
参照