Row
Comment.Row property
Obtiene el índice de fila del comentario.
public int Row { get; }
Ejemplos
[C#]
int row = comment1.Row;
Ver también
- class Comment
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells
Obtiene el índice de fila del comentario.
public int Row { get; }
[C#]
int row = comment1.Row;