ChartFillFormat.PresetGradientType Property
Returns the preset gradient type for the specified fill. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property PresetGradientType As Integer
Get
'Usage
Dim instance As ChartFillFormat
Dim value As Integer
value = instance.PresetGradientType
int PresetGradientType { get; }
Property Value
Type: System.Int32
MsoPresetGradientType
Remarks
Use the PresetGradient(Int32, Int32, Int32) method to set the preset gradient type for the fill.