GetItem Method (C1TableViewSource<T>)
In This Topic
Gets an item from the UIKit.UITableView Foundation.NSIndexPath.
Syntax
'Declaration
Public Function GetItem( _
ByVal As Foundation.NSIndexPath _
) As
public GetItem(
Foundation.NSIndexPath
)
Parameters
- indexPath
- The index path.
See Also