Comment.Column

Comment.Column property

Gets the column index of the comment.

public int Column { get; }

Examples


[C#]
int column = comment1.Column;

See Also