Column

Comment.Column property

Ruft den Spaltenindex des Kommentars ab.

public int Column { get; }

Beispiele


[C#]
int column = comment1.Column;

Siehe auch