row property

row property

Gets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location.

Definition:

@property
def row(self):
    ...
@row.setter
def row(self, value):
    ...

See Also