File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
english/python-net/aspose.tasks Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1359,10 +1359,10 @@ Specifies a field in the Microsoft Office Project.
1359
1359
| TASK_COMPLETE_THROUGH| Available only in the Bar Styles dialog box in MSP and is represented as a bar on the Gantt Chart.|
1360
1360
| TASK_BASE_LINE_FIXED_COST| Represents the Baseline Fixed Cost (Task) field.|
1361
1361
| RESOURCE_ASSIGNMENT_GUID| Represents the GUID (Assignment) field.|
1362
- | RESOURCE_ASSIGNMENT_BASE_LINE_START| Represents the Baseline Start (Assignment) field.|
1363
- | RESOURCE_ASSIGNMENT_BASE_LINE_FINISH| Represents the Baseline Finish (Assignment) field.|
1364
1362
| RESOURCE_ASSIGNMENT_BASE_LINE_COST| Represents the Baseline Cost (Assignment) field.|
1365
1363
| RESOURCE_ASSIGNMENT_BASE_LINE_WORK| Represents the Baseline Work (Assignment) field.|
1364
+ | RESOURCE_ASSIGNMENT_BASE_LINE_START| Represents the Baseline Start (Assignment) field.|
1365
+ | RESOURCE_ASSIGNMENT_BASE_LINE_FINISH| Represents the Baseline Finish (Assignment) field.|
1366
1366
| RESOURCE_ASSIGNMENT_BASE_LINE_COST_PER_USE| Represents the Baseline Cost Per Use (Assignment) field.|
1367
1367
1368
1368
### See Also
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ The Group type exposes the following members:
20
20
| Name | Description |
21
21
| :- | :- |
22
22
| name| Gets or sets a name of a Group object.|
23
- | index| Gets the index of a [ Group] ( /tasks/python-net/aspose.tasks/group/ ) object in the Groups list .|
23
+ | index| Gets or sets the index of a [ Group] ( /tasks/python-net/aspose.tasks/group/ ) object in the Groups list .|
24
24
| uid| Gets a unique identifier of a group.|
25
25
| show_summary| Gets or sets a value indicating whether summary rows are displayed for the group.|
26
26
| maintain_hierarchy| Gets or sets a value indicating whether to show all the levels of summary tasks for subtasks within group.|
You can’t perform that action at this time.
0 commit comments