UITableView.VisibleCells Property
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.
Returns an array of UITableViewCell that are currently visible in the table view.
public virtual UIKit.UITableViewCell[] VisibleCells { [Foundation.Export("visibleCells")] get; }
member this.VisibleCells : UIKit.UITableViewCell[]
Property Value
An array containing UITableViewCell corresponding to the visible rows in the table view.
- Attributes