XmlMappedRange.Merge(Object) 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.
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.