ExcelComment Class

Represents a comment in a mec.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelComment
Inheritance
Object    ExcelComment

Properties

Author Gets the author of the comment.
ColumnIndex Gets the column index of the comment.
RowIndex Gets the row index of the comment.
ShowExpanded Gets or sets a flag indicating if the comment is displayed expanded by default when the mec is opened.
Text Gets or sets the comment text.
Worksheet Gets the parent worksheet of this comment.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also