Column

Comment.Column property

获取评论的列索引。

public int Column { get; }

例子


[C#]
int column = comment1.Column;

也可以看看