- indexPath
An Foundation.NSIndexPath identifying a row in the table view.
This parameter can be null.
- animated
- true if the deseletion should be animated, false if it should occur immediately.
Calling this method does not trigger UITableViewSource.WillSelectRow(UITableView, Foundation.NSIndexPath) nor will it send UITableView.SelectionDidChangeNotification notifications.
This method does not cause any scrolling to the deselected row.