NSIndexPath.IndexAtPosition(nint) Method
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.
Return the index at the given position
in the index-path (not required for use with iOS UITableView).
[Foundation.Export("indexAtPosition:")]
public virtual nuint IndexAtPosition (nint position);
abstract member IndexAtPosition : nint -> nuint
override this.IndexAtPosition : nint -> nuint
Parameters
- position
- System.System.IntPtr System.nativeint
Position of index to return.
Returns
System.System.UIntPtr
System.unativeint
- Attributes