XmlMappedRange.Merge(Object) Method

Definition

Creates a merged cell from the XmlMappedRange control.

public void Merge (object Across);
abstract member Merge : obj -> unit
Public Sub Merge (Optional Across As Object)

Parameters

Across
Object

true to merge cells in each row of the specified range as separate merged cells. The default value is false.

Remarks

The value of a merged range is specified in the cell in the upper-left corner of the XmlMappedRange control.

Optional Parameters

For information on optional parameters, see Optional Parameters in Office Solutions.

Applies to