NativeExcel for .Net Developer's Reference

IComment.Row Property

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

Property Value

The one-based index number of the row.

See Also

IComment Interface | NativeExcel Namespace