Share via


NSGridView.MergeCells(NSRange, NSRange) Method

Definition

[Foundation.Export("mergeCellsInHorizontalRange:verticalRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void MergeCells(Foundation.NSRange hRange, Foundation.NSRange vRange);
[<Foundation.Export("mergeCellsInHorizontalRange:verticalRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member MergeCells : Foundation.NSRange * Foundation.NSRange -> unit
override this.MergeCells : Foundation.NSRange * Foundation.NSRange -> unit

Parameters

hRange
NSRange
vRange
NSRange
Attributes

Applies to