FamilyTypefaceCollection.RemoveAt(Int32) メソッド
定義
指定されたインデックス位置にある FamilyTypeface オブジェクトをコレクションから削除します。Removes the specified FamilyTypeface object from the collection at the specified index.
public:
virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)
パラメーター
- index
- Int32
オブジェクトを削除する位置の 0 から始まるインデックス位置。The zero-based index position from where to delete the object.