Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/group/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The Group type exposes the following members:
| Name | Description |
| :- | :- |
|name|Gets or sets a name of a Group object.|
|index|Gets the index of a [Group](/tasks/python-net/aspose.tasks/group/) object in the Groups containing object.|
|index|Gets the index of a [Group](/tasks/python-net/aspose.tasks/group/) object in the Groups list .|
|uid|Gets a unique identifier of a group.|
|show_summary|Gets or sets a value indicating whether summary rows are displayed for the group.|
|maintain_hierarchy|Gets or sets a value indicating whether to show all the levels of summary tasks for subtasks within group.|
Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/table/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The Table type exposes the following members:
|name|Gets or sets the name of a Table object.|
|show_in_menu|Gets or sets a value indicating whether project shows the table name in the Tables drop-down list on the View tab of the Ribbon.|
|table_fields|Gets a TableFields collection representing the fields in the table.|
|table_type|Gets the table type for the specified table. Read-only [ItemType](/tasks/python-net/aspose.tasks/itemtype/).|
|table_type|Gets or sets the table type for the specified table.|
|uid|Gets the unique identifier of a table.|
|index|Gets the index of a Table object in the Tables containing object.|
|row_height|Gets or sets the row height in a table, where the row height is the number of lines of text.|
Expand Down