Contents

removeRow(at:)

Removes the row at a given index.

Declaration

func removeRow(at rowIndex: Int)

Parameters

  • rowIndex:

    The index of a row in the receiver.

Discussion

Any subrows of the deleted row are adopted by the parent of the deleted row, or are made root rows.

See Also

Manipulating Rows