Comment.Note

Comment.Note property

Represents the content of comment.

public string Note { get; set; }

Remarks

If this is a threaded comment, the note could not be changed, otherwise MS Excel could not process it as a threaded comment.

Examples


[C#]
comment1.Note = "First note.";

See Also