ChartFillFormat.GradientColorType Property
Returns the gradient color type for the specified fill. Read-only
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property GradientColorType As Integer
Get
'Usage
Dim instance As ChartFillFormat
Dim value As Integer
value = instance.GradientColorType
int GradientColorType { get; }
Property Value
Type: System.Int32
MsoGradientColorType
Remarks
MsoGradientColorType is a return value only which indicates a combination of the other states in the specified range. Use the OneColorGradient(Int32, Int32, Single), PresetGradientType, or TwoColorGradient(Int32, Int32) method to set the gradient type for the fill.