Click or drag to resize

CommentsRange Properties

The CommentsRange type exposes the following members.

Properties
Name Description
Public property AlternativeText
Gets or sets the alternative text of the comments in the cell range.
Public property Author
Gets or sets the author of the comment. If the comments in the range have different authors, returns null.
Public property AutoSize
Gets or sets a value indicating whether the size of the specified object is changed automatically to fit text within its boundaries.
Public property Column
Gets the column of the commented cell. Returns int.MinValue if there are no commented cells or if the commented cells are in different columns.
Public property Fill
Gets the fill property of the shape.
Public property Glow
Gets the glow properties.
Public property HAlignment
Gets or sets the horizontal alignment of the text in the range of cells.
Public property Height
Gets or sets the height of the comments in the cell range. If all comments have the same height, returns that height; otherwise, returns int.MinValue.
Public property HtmlString
Gets or sets the HTML string of the comments in the cell range.
Public property ID
Gets the unique identifier for the range.
Public property IsLockAspectRatio
Gets or sets the lock aspect ratio property, which is not supported in this class.
Public property IsLocked
Gets or sets a value indicating whether the current instance is locked.
Public property IsMoveWithCell
Indicates whether shape must be moved with cells.
Public property IsPrintable
Gets or sets the value indicating whether the object is printable.
Public property IsSmartArt
Indicates whether the current object is a SmartArt shape.
Public property IsTextLocked
Gets or sets whether the comment text is locked for all cells in the range.
Public property IsVisible
Gets or sets the visibility of the object.
Public property Left
Gets or sets the left position of the comment in the cell range.
Public property Line
This property doesn't support in this class.
Public property LinkedCell
Gets or sets the linked cell of the range.
Public property Name
Gets or sets the name of the comments in the cell range.
Public property OnAction
Gets or sets macro associated with this shape
Public property Parent
Reference to Parent object. Read-only.
(Inherited from XlsObject .)
Protected property ReferenceCount
Get quantity of instance references.
(Inherited from XlsObject .)
Public property Reflection
Gets the reflection effect of the cell.
Public property ResizeBehave
Gets or sets the resize behavior type.
Public property RichText
Gets the rich text representation of the comment.
Public property Rotation
Returns or sets the rotation of the shape, in degrees.
Public property Row
Gets the row of the commented cell. If there are multiple cells with comments and they are not in the same row, returns int.MinValue.
Public property Shadow
Gets the shadow properties.
Public property ShapeType
Gets or sets the shape type of the Excel shape.
Public property Text
Gets or sets the text content of the RichText property.
Public property TextFrame
Gets the text frame associated with the current object.
Public property TextRotation
Gets or sets the text rotation for the cells in the range.
Public property ThreeD
Gets the chart3D properties.
Public property Top
Gets or sets the top position of the comments in the cell range.
Public property VAlignment
Gets or sets the vertical alignment of the text in the comment of the cells within the range.
Public property Visible
Gets or sets whether the object is visible.
Public property Width
Gets or sets the width of the comments in the cell range. If the comments have different widths, the property returns int.MinValue.
Top
See Also