Freigeben über


Cell.Merge Method

Merges one table cell with another. The result is a single table cell.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Sub Merge ( _
    MergeTo As Cell _
)
'Usage
Dim instance As Cell
Dim MergeTo As Cell

instance.Merge(MergeTo)
void Merge(
    Cell MergeTo
)

Parameters

Remarks

For the MergeTo parameter, use the syntax .Cell(row, column).This method returns an error if the file name cannot be opened, or the presentation has a baseline.

See Also

Reference

Cell Interface

Cell Members

Microsoft.Office.Interop.PowerPoint Namespace