Share via


NSTableViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.GetRowCount Method

Definition

[Foundation.Export("numberOfRowsInTableView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetRowCount(AppKit.NSTableView tableView);
[<Foundation.Export("numberOfRowsInTableView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetRowCount : AppKit.NSTableView -> nativeint
override this.GetRowCount : AppKit.NSTableView -> nativeint

Parameters

tableView
NSTableView

Returns

IntPtr

nativeint

Implements

Attributes

Applies to