API Reference

Class

ExcelThreadedCommentUpdateOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Options used when updating an existing threaded comment.

Inheritance

  • Object
  • ExcelThreadedCommentUpdateOptions

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 ExcelThreadedCommentUpdateOptions() #

Properties

public String Id { get; set; } #

Threaded comment id.

public String Text { get; set; } #

Replacement text. Null preserves the current text.

public String Author { get; set; } #

Replacement author. Null preserves the current person.

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

Replacement timestamp. Null preserves the current timestamp.

public Nullable<Boolean> Done { get; set; } #

Replacement resolved/done state. Null preserves the current state.