[]
        
(Showing Draft Content)

C1.Excel.XLComment.-ctor

XLComment Constructor

XLComment(int, int, string, string)

Creates an instance of a XLComment object containing a specified range.

Declaration
public XLComment(int row, int col, string author, string text)
Parameters
Type Name Description
int row

Row that the comment applies to.

int col

Column that the comment applies to.

string author

Comment author.

string text

Comment content.