Returns the row number of the cell which contains this comment.
[Visual Basic] Property ReadOnly Row As Integer [C#] int Row { get; } [C++] __property int get_Row(); [JScript] function get Row() : int
The one-based index number of the row.
IComment Interface | NativeExcel Namespace