Click or drag to resize

CommentsRange Row Property

Gets the row of the commented cell. If there are multiple cells with comments and they are not in the same row, returns int.MinValue.

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 Row { get; }

Return Value

Type: Int32
The row of the commented cell, or int.MinValue if comments are not in the same row.

Implements

IComment Row
See Also