[]
        
(Showing Draft Content)

C1.Excel.XLComment

XLComment Class

Represents a comment associated with a cell.

Inheritance
XLComment
Implements
Namespace: C1.Excel
Assembly: C1.Excel.dll
Syntax
public class XLComment : ICloneable

Constructors

Name Description
XLComment(int, int, string, string)

Creates an instance of a XLComment object containing a specified range.

Properties

Name Description
Author

Gets a author for this comment.

Cell

Gets a reference to the cell for this comment.

ColumnIndex

Gets or sets the column index of the comment.

IsShow

Gets or sets the show flag of the comment.

RowIndex

Gets or sets the row index of the comment.

Sheet

Gets a reference to the parent XLSheet object.

TextBox

Gets a reference to the XLCommentShape object with context.

Methods

Name Description
Clone()

Creates a new XLComment object that is a copy of the current instance.