Row
Comment.Row property
Ruft den Zeilenindex des Kommentars ab.
public int Row { get; }
Beispiele
[C#]
int row = comment1.Row;
Siehe auch
- class Comment
- namensraum Aspose.Cells
- Montage Aspose.Cells
Ruft den Zeilenindex des Kommentars ab.
public int Row { get; }
[C#]
int row = comment1.Row;