Interface IXLComment
public interface IXLComment : IXLFormattedText<IXLComment>, IEnumerable<IXLRichString>, IEnumerable, IEquatable<IXLFormattedText<IXLComment>>, IXLWithRichString, IXLDrawing<IXLComment>
- Inherited Members
- Extension Methods
Properties
Author
Gets or sets this comment's author's name
string Author { get; set; }
Property Value
Methods
AddSignature()
Adds a bolded line with the author's name
IXLRichString AddSignature()
Returns
Delete()
void Delete()
SetAuthor(string)
Sets the name of the comment's author
IXLComment SetAuthor(string value)
Parameters
valuestringAuthor's name