UITableViewController.IndentationLevel(UITableView, NSIndexPath) 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.
The indentation level for the specified row.
[Foundation.Export("tableView:indentationLevelForRowAtIndexPath:")]
public virtual nint IndentationLevel (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member IndentationLevel : UIKit.UITableView * Foundation.NSIndexPath -> nint
override this.IndentationLevel : UIKit.UITableView * Foundation.NSIndexPath -> nint
Parameters
- tableView
- UITableView
- indexPath
- NSIndexPath
Returns
System.System.IntPtr
System.nativeint
- Attributes