Row

Comment.Row property

获取评论的行索引。

public int Row { get; }

例子


[C#]
int row = comment1.Row;

也可以看看