Application.DetailStylesRemove Method
Project Developer Reference |
Removes a timescale data field from a usage view.
Syntax
expression.DetailStylesRemove(Item)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Item | Optional | Long | The timescale data field to remove. The default value is pjWork.If the active view is the Resource Usage view, can be one of the PjTimescaledData constants. If the active view is the Task Usage view, can be one of the PjTimescaledData constants. |
Return Value
Boolean
See Also