次の方法で共有


Section.RemoveRange メソッド

定義

オーバーロード

RemoveRange(Int32, Int32)

セクションから要素の範囲を削除します

RemoveRange(Int32, Int32, UITableViewRowAnimation)

RemoveRange(Int32, Int32)

セクションから要素の範囲を削除します

public void RemoveRange(int start, int count);
member this.RemoveRange : int * int -> unit

パラメーター

start
Int32

開始位置

count
Int32

セクションから削除する要素の数

適用対象

RemoveRange(Int32, Int32, UITableViewRowAnimation)

public void RemoveRange(int start, int count, UIKit.UITableViewRowAnimation anim);
member this.RemoveRange : int * int * UIKit.UITableViewRowAnimation -> unit

パラメーター

start
Int32
count
Int32

適用対象