Class SfIndexPath
Inheritance
System.Object
SfIndexPath
Namespace: Syncfusion.XForms.MacOS.Core
Assembly: Syncfusion.Core.XForms.macOS.dll
Syntax
public class SfIndexPath : NSIndexPath
Constructors
SfIndexPath()
Declaration
public SfIndexPath()
Methods
FromRowSection(nint, nint)
Declaration
public static NSIndexPath FromRowSection(nint row, nint section)
Parameters
Type | Name | Description |
---|---|---|
System.nint | row | |
System.nint | section |
Returns
Type |
---|
Foundation.NSIndexPath |