Click or drag to resize

CommentsRange Top Property

Gets or sets the top position 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 int Top { get; set; }

Return Value

Type: Int32
The top position of the comments. If the comments have different top positions, returns int.MinValue.

Implements

IShape Top
See Also