Comment.Row
Comment.Row property
Gets the row index of the comment.
public int Row { get; }
Examples
[C#]
int row = comment1.Row;
See Also
- class Comment
- namespace Aspose.Cells
- assembly Aspose.Cells
Gets the row index of the comment.
public int Row { get; }
[C#]
int row = comment1.Row;