Insert(String,String,DateTime,String,RangeLocation) Method
In This Topic
Inserts a
Comment into this collection at the specified location.
Syntax
'Declaration
Public Overloads Function Insert( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Date, _
ByVal As System.String, _
ByVal As RangeLocation _
) As Comment
public Comment Insert(
System.string ,
System.string ,
System.DateTime ,
System.string ,
RangeLocation
)
Parameters
- text
- The new comment text.
- author
- The new comment author.
- date
- The new comment date.
- initials
- The new comment author initials.
- location
- The target RangeLocation for the insertion.
Return Value
See Also