API Reference

Class

ExcelThreadedCommentResult

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Result returned after authoring a threaded comment.

Inheritance

  • Object
  • ExcelThreadedCommentResult

Usage

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

Properties

public String SheetName { get; } #

Worksheet name.

public String CellReference { get; } #

Cell address in A1 notation.

public String Id { get; } #

Threaded comment id.

public String PersonId { get; } #

Workbook person id used by the threaded comment.

public String Author { get; } #

Resolved author display name.

public Boolean IsReply { get; } #

True when the comment references a parent threaded comment.

public Boolean Done { get; } #

True when the comment is marked resolved/done.