Aspose::Cells::Comment::GetRow method

Comment::GetRow method

Gets the row index of the comment.

int32_t Aspose::Cells::Comment::GetRow()

Examples

int row = comment1.GetRow();

See Also