Enum OutlineValueType
Enum OutlineValueType
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Specifies the type of an outline value.
public enum OutlineValueType
Fields
Cost = 3
Indicates Cost outline value type.
Date = 1
Indicates Date outline value type.
Duration = 2
Indicates Duration outline value type.
FinishDate = 7
Indicates Finish Date outline value type.
Flag = 5
Indicates Flag outline value type.
Null = 0
Indicates Null outline value type.
Number = 4
Indicates Number outline value type.
Text = 6
Indicates Text outline value type.