Comment.Row

Comment.Row property

Gets the row index of the comment.

public int Row { get; }

Examples


[C#]
int row = comment1.Row;

See Also