Click or drag to resize

CommentsRange Name Property

Gets or sets the name of the comments in the cell range.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string Name { get; set; }

Return Value

Type: String
The name of the comments if all comments have the same name, otherwise null.

Implements

IShape Name
See Also