RangesCollection
Comment Property
|
Returns a Comment object that represents the comment associated with the cell in the upper-left corner of the range.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ExcelComment Comment { get; }
Public ReadOnly Property Comment As ExcelComment
Get
public:
property ExcelComment^ Comment {
ExcelComment^ get ();
}
member Comment : ExcelComment with get
Property Value
Type:
ExcelComment
See Also