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 ReadOnly Property Row As Integer
Get
public:
virtual property int Row {
int get () sealed;
}
abstract Row : int with get
override Row : int with 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