ExcelRangeComment Property
Gets the comment of this range or null if no comment was assigned to this range.
The range is expected to contain a single cell otherwise the comment of the top left cell of the range will be returned.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelComment Comment { get; }
Public ReadOnly Property Comment As ExcelComment
Get
public:
property ExcelComment^ Comment {
ExcelComment^ get ();
}
member Comment : ExcelComment with get
Property Value
ExcelComment