Version

Search Results

WorksheetCellComment Class Members

Public Constructors Public Properties Public Methods

Author Property (WorksheetCellComment)

Gets or sets the author of the comment. Syntax Property Value The author of the comment. Remarks This information is not displayed in the Microsoft Excel UI and is for informational purposes only.

Cell Property

Gets the cell to which the comment is applied. Syntax Property Value The cell to which the comment is applied.

Text Property (WorksheetCellComment)

Gets or sets the formatted text of the comment. Syntax Property Value The formatted text of the comment. Remarks Getting the value of this property will always return a non-null value. If null is set on the property, it will subsequently return an empty formatted string.

Worksheet Property (WorksheetCellComment)

Gets the worksheet on which the shape resides. Syntax Property Value The worksheet on which the shape resides.

WorksheetCellComment Constructor

Creates a new instance of the WorksheetCellComment class. Syntax

WorksheetCellFormatOptions Enumeration

Flagged enumeration which indicates which groups of formatting properties are used in a format. Syntax Members Member Description All All properties are used on the format. ApplyAlignmentFormatting The IWorksheetCellFormat.Alignment, IWorksheetCellFormat.Indent, IWorksheetCellFormat.Rotation, IWorksheetCellFormat....