XmlMappedRange.Merge Method
Creates a merged cell from the XmlMappedRange control.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Syntax
'Declaration
Sub Merge ( _
Across As Object _
)
void Merge(
Object Across
)
Parameters
- Across
Type: System.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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.