Table of Contents

Interface IXLComment

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
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

string

Methods

AddSignature()

Adds a bolded line with the author's name

IXLRichString AddSignature()

Returns

IXLRichString

Delete()

void Delete()

SetAuthor(string)

Sets the name of the comment's author

IXLComment SetAuthor(string value)

Parameters

value string

Author's name

Returns

IXLComment