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