NSGridView.GetCell 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.
Overloads
GetCell(NSView)
[Foundation.Export("cellForView:")]
public virtual AppKit.NSGridCell GetCell(AppKit.NSView view);
	abstract member GetCell : AppKit.NSView -> AppKit.NSGridCell
override this.GetCell : AppKit.NSView -> AppKit.NSGridCell
	Parameters
- view
 - NSView
 
Returns
- Attributes
 
Applies to
GetCell(nint, nint)
[Foundation.Export("cellAtColumnIndex:rowIndex:")]
public virtual AppKit.NSGridCell GetCell(nint columnIndex, nint rowIndex);
	abstract member GetCell : nint * nint -> AppKit.NSGridCell
override this.GetCell : nint * nint -> AppKit.NSGridCell
	Parameters
- columnIndex
 - System.System.IntPtr System.nativeint
 
- rowIndex
 - System.System.IntPtr System.nativeint
 
Returns
- Attributes