'Declaration
Public Function New( _
ByVal row As System.Integer, _
ByVal col As System.Integer, _
ByVal author As System.String, _
ByVal text As System.String _
)
public XLComment(
System.int row,
System.int col,
System.string author,
System.string text
)