UITableViewSource.IndentationLevel(UITableView, NSIndexPath) Method

Definition

Get the indentation level for the row specified by indexPath.

[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

Table view containing the row.

indexPath
NSIndexPath

Location of the row.

Returns

System.System.IntPtr System.nativeint

How much the contents of this row should be indented to show its hierarchical position with respect to the other rows.

Attributes

Remarks

Declared in [UITableViewDelegate]

Applies to