Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Comment Members

A comment added to a cell.

Properties

Name Description
Author Gets or sets a name of the comment author.
BottomRightCell Gets or sets a cell where the bottom right corner of a floating object is located. Inherited from FloatingObject.
Height Gets or sets the height of the floating object. Inherited from FloatingObject.
Left Gets or sets the distance from the left edge of the worksheet to the top left corner of the floating object. Inherited from FloatingObject.
LockAspectRatio Gets or sets whether the floating object retains its original proportions after resizing. Inherited from FloatingObject.
OffsetX Gets a distance from the top left corner of the floating to the left edge of the cell where the top left corner of the floating object is located. Inherited from FloatingObject.
OffsetY Gets a distance from the top left corner of the floating object to the top edge of the cell where the top left corner of the floating object is located. Inherited from FloatingObject.
Placement Gets or sets the behavior of the floating object regarding the cells below. Inherited from FloatingObject.
Reference Gets the reference to the cell containing the comment.
Runs Provides access to the collection of comment text regions, each formatted with its own font.
Text Specifies the text of a comment.
Top Gets or sets the distance from the top edge of the worksheet to the top left corner of the floating object. Inherited from FloatingObject.
TopLeftCell Gets or sets a cell where the top left corner of a floating object is located. Inherited from FloatingObject.
Visible Gets or sets a value indicating whether the comment should be displayed in a cell.
Width Gets or sets the width of the floating object. Inherited from FloatingObject.

Methods

Name Description
Move(Single, Single) Moves a floating object by a specified offset. Inherited from FloatingObject.
See Also