Comments.Add(Range, Object) 方法

定义

返回一个 Comment 对象,该对象表示添加到区域的注释。

public Microsoft.Office.Interop.Word.Comment Add (Microsoft.Office.Interop.Word.Range Range, ref object Text);
abstract member Add : Microsoft.Office.Interop.Word.Range * obj -> Microsoft.Office.Interop.Word.Comment
Public Function Add (Range As Range, Optional ByRef Text As Object) As Comment

参数

Range
Range

所需的 Range 对象。 要添加备注的区域。

Text
Object

可选 对象。 备注文本。

返回

适用于