API Reference

Class

ExcelThreadedCommentOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Options used when authoring a threaded comment.

Inheritance

  • Object
  • ExcelThreadedCommentOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public ExcelThreadedCommentOptions() #

Properties

public String Address { get; set; } #

Cell address in A1 notation.

public String Text { get; set; } #

Comment text.

public String Author { get; set; } #

Display author stored in workbook person metadata.

public String ParentId { get; set; } #

Optional parent threaded-comment id when adding a reply.

public String Id { get; set; } #

Optional stable comment id. A new GUID is generated when omitted.

public Nullable<DateTime> Date { get; set; } #

Optional timestamp. UTC now is used when omitted.

public Boolean Done { get; set; } #

Marks the threaded comment as resolved/done.