Public Constructors Public Properties Public Methods
Public Methods
Public Properties
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.
Gets the cell to which the comment is applied. Syntax Property Value The cell to which the comment is applied.
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.
Gets the worksheet on which the shape resides. Syntax Property Value The worksheet on which the shape resides.
Creates a new instance of the WorksheetCellComment class. Syntax
Overload List
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....