reloadData(forRowIndexes:inColumn:)
Updates the rows in the column with the specified column index with indexes in the specified set.
Declaration
func reloadData(forRowIndexes rowIndexes: IndexSet, inColumn column: Int)Parameters
- rowIndexes:
The set of row indexes of the rows to be updated.
- column:
The column containing the rows to be updated.