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
| Name | Description |
|---|---|
| GetCell(NSView) | |
| GetCell(IntPtr, IntPtr) |
GetCell(NSView)
[Foundation.Export("cellForView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSGridCell? GetCell(AppKit.NSView view);
[<Foundation.Export("cellForView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetCell : AppKit.NSView -> AppKit.NSGridCell
override this.GetCell : AppKit.NSView -> AppKit.NSGridCell
Parameters
- view
- NSView
Returns
- Attributes
Applies to
GetCell(IntPtr, IntPtr)
[Foundation.Export("cellAtColumnIndex:rowIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSGridCell GetCell(IntPtr columnIndex, IntPtr rowIndex);
[<Foundation.Export("cellAtColumnIndex:rowIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetCell : nativeint * nativeint -> AppKit.NSGridCell
override this.GetCell : nativeint * nativeint -> AppKit.NSGridCell
Parameters
- columnIndex
-
IntPtr
nativeint
- rowIndex
-
IntPtr
nativeint
Returns
- Attributes