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: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelComment Comment { get; }Public ReadOnly Property Comment As ExcelComment
Get
Property Value
ExcelComment
See Also