[]
Creates an instance of a XLComment object containing a specified range.
public XLComment(int row, int col, string author, string text)
| 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. |