RootElement.RemoveAt Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RemoveAt(Int32) |
Removes a section at a specified location using the default animation. |
RemoveAt(Int32, UITableViewRowAnimation) |
RemoveAt(Int32)
Removes a section at a specified location using the default animation.
public void RemoveAt (int idx);
member this.RemoveAt : int -> unit
Parameters
- idx
- Int32
Index of the section to remove.
Remarks
The default animation is Fade, but it could change in the future.
Applies to
RemoveAt(Int32, UITableViewRowAnimation)
public void RemoveAt (int idx, UIKit.UITableViewRowAnimation anim);
member this.RemoveAt : int * UIKit.UITableViewRowAnimation -> unit
Parameters
- idx
- Int32