Foundation.NSIndexPath: Property Members

The properties of Foundation.NSIndexPath are listed below. For a list of all members, see the NSIndexPath Members list.

See Also: Inherited members from Foundation.NSObject

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
Itemnint. The item component of this NSIndexPath.
[read-only]
Lengthnint. The number of indexes in the index-path (not required for use with iOS UIKit.UITableView).
[read-only]
LongRownint. The index of a row within a NSIndexPath.Section of a UIKit.UITableView (read-only).
[read-only]
LongSectionnint. The index of a section within a UIKit.UITableView (read-only).
[read-only]
Rowint. The index of a row within a NSIndexPath.Section of a UIKit.UITableView (read-only).
[read-only]
Sectionint. The index of a section within a UIKit.UITableView (read-only).