Infragistics(R) NetAdvantage(R) WPF
WorksheetCellComment Class
Members  See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace : WorksheetCellComment Class

Represents a comment for a cell.

Syntax

Visual Basic (Declaration) 
Public Class WorksheetCellComment 
   Inherits WorksheetShapeWithText
C# 
public class WorksheetCellComment : WorksheetShapeWithText 

Remarks

Comments cannot be added to a worksheet's or a shape group's shapes collection. Instead, they must be set directly on the cell with the cell's WorksheetCell.Comment property.

It is not required that the anchors of this shape be initialized before setting it as the comment of a cell. If the WorksheetShape.TopLeftCornerCell and WorksheetShape.BottomRightCornerCell anchors are both null when the comment is applied to a cell, default anchor cells will be used based on the cell.

See Also