Add(String,String) Method
In This Topic
Adds a
Comment to this collection at the
RangeLocation.Content position.
Syntax
'Declaration
Public Overloads Function Add( _
Optional ByVal As System.String, _
Optional ByVal As System.String _
) As Comment
public Comment Add(
System.string ,
System.string
)
Parameters
- text
- The new comment text.
- author
- The new comment author.
Return Value
See Also