In This Topic
Creates an instance of a
XLComment object containing a specified range.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.String, _
ByVal As System.String _
)
public XLComment(
System.int ,
System.int ,
System.string ,
System.string
)
Parameters
- row
- Row that the comment applies to.
- col
- Column that the comment applies to.
- author
- Comment author.
- text
- Comment content.
See Also