Row

Comment.Row property

Obtient l’index de ligne du commentaire.

public int Row { get; }

Exemples


[C#]
int row = comment1.Row;

Voir également