Row

Comment.Row property

Obtiene el índice de fila del comentario.

public int Row { get; }

Ejemplos


[C#]
int row = comment1.Row;

Ver también