Winnovative Excel Library

ExcelRangeComment Property

Winnovative Excel Library Documentation
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.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public ExcelComment Comment { get; }

Property Value

Type: ExcelComment
See Also

Reference