row property

row property

Gets the row index of the comment.

Example


row = comment1.row

Definition:

@property
def row(self):
    ...

See Also