Row

Comment.Row property

Ruft den Zeilenindex des Kommentars ab.

public int Row { get; }

Beispiele


[C#]
int row = comment1.Row;

Siehe auch