Click or drag to resize

ExcelComment Class

Represents a comment object used by Comment in the worksheet.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelExcelComment

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public class ExcelComment

The ExcelComment type exposes the following members.

Properties
 NameDescription
Public propertyAuthor Gets or sets comment author.
Public propertyIsVisible Gets or sets a value indicating whether this instance is visible.
Public propertyText Gets the comment text assigned to excel cell.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
Supported in xlsx only.
See Also