Cells.Add(Object) 方法

定义

将单元格添加到表中。

public Microsoft.Office.Interop.Word.Cell Add (ref object BeforeCell);
abstract member Add : obj -> Microsoft.Office.Interop.Word.Cell
Public Function Add (Optional ByRef BeforeCell As Object) As Cell

参数

BeforeCell
Object

一个 Cell 对象,表示将立即显示在指定单元格右侧的单元格。

返回

适用于