Row
Comment.Row property
Ottiene l’indice di riga del commento.
public int Row { get; }
Esempi
[C#]
int row = comment1.Row;
Guarda anche
- class Comment
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells
Ottiene l’indice di riga del commento.
public int Row { get; }
[C#]
int row = comment1.Row;