Click or drag to resize

ExcelComment Class

Represents a comment in a mec.
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelComment

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public class ExcelComment

The ExcelComment type exposes the following members.

Properties
  NameDescription
Public propertyAuthor
Gets the author of the comment.
Public propertyColumnIndex
Gets the column index of the comment.
Public propertyRowIndex
Gets the row index of the comment.
Public propertyShowExpanded
Gets or sets a flag indicating if the comment is displayed expanded by default when the mec is opened.
Public propertyText
Gets or sets the comment text.
Public propertyWorksheet
Gets the parent worksheet of this comment.
Top
See Also