API Reference

Class

ExcelCommentFilter

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Filters worksheet comments by author, text, and A1 range.

Inheritance

  • Object
  • ExcelCommentFilter

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

Properties

public String Author { get; set; } #

Only match comments whose author equals this value, ignoring case.

public String TextContains { get; set; } #

Only match comments whose text contains this value, ignoring case.

public String A1Range { get; set; } #

Only match comments attached to cells inside this A1 cell or range.