API Reference
Class
ExcelCommentFilter
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
- Method ExcelSheet.ClearComments
- Method ExcelSheet.FindComments
- Method ExcelSheet.UpdateComments
- Method ExcelSheet.UpdateCommentsRichText
Constructors
public ExcelCommentFilter() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.