NSMatrix.GetRowColumn(IntPtr, IntPtr, NSCell) 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.
[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