NSMatrix.GetRowColumn(nint, nint, 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:")]
public virtual bool GetRowColumn (out nint row, out nint column, AppKit.NSCell aCell);
abstract member GetRowColumn : * * AppKit.NSCell -> bool
override this.GetRowColumn : * * AppKit.NSCell -> bool
Parameters
- row
- System.System.IntPtr System.nativeint
- column
- System.System.IntPtr System.nativeint
- aCell
- NSCell
Returns
- Attributes