Optimizer.GridCellStyleIds members
Defines cell styles in the Optimizer grid for project portfolio management.
The Optimizer.GridCellStyleIds type exposes the following members.
Fields
Name | Description | |
---|---|---|
Auto | The field value = "_itemStyle_Auto", which is the automatic style for an item. | |
ForcedIn | The field value = "_itemStyle_ForceIn", which is the forced-in style for an item. | |
ForcedOut | The field value = "_itemStyle_ForceOut", which is the forced-out style for an item. | |
GroupSelected | The field value = GroupSelected, which is the selected group style for an item. | |
GroupUnselected | The field value = GroupUnselected, which is the unselected group style for an item. | |
MovedIn | The field value = "_itemStyle_MovedIn", which is the moved in style for an item. | |
MovedOut | The field value = "_itemStyle_MovedOut", which is the moved out style for an item. | |
Priority | The field value = "PriorityCustomStyle", which is the priority custom style for an item. | |
StatusIn | The field value = "_itemStyle_StatusIn", which is the status-in style for an item. | |
StatusOut | The field value = "_itemStyle_StatusOut", which is the status-out style for an item. | |
Unchanged | The field value = "_itemStyle_Unchanged", which is the unchanged style for an item. |
Top