Share via


NSMatrix.GetRowColumn(IntPtr, IntPtr, NSCell) Method

Definition

[Foundation.Export("getRow:column:ofCell:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool GetRowColumn(out IntPtr row, out IntPtr column, AppKit.NSCell aCell);
[<Foundation.Export("getRow:column:ofCell:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetRowColumn : nativeint * nativeint * AppKit.NSCell -> bool
override this.GetRowColumn : nativeint * nativeint * AppKit.NSCell -> bool

Parameters

row
IntPtr

nativeint

column
IntPtr

nativeint

aCell
NSCell

Returns

Attributes

Applies to