row property
TaskPane.row property
Specifies the index, enumerating from the outside to the inside, of this task pane among other persisted task panes docked in the same default location.
@property
def row(self) -> int:
...
@row.setter
def row(self, value: int):
...
See Also
- module aspose.words.webextensions
- class TaskPane