ChartFillFormat.GradientStyle Property

Returns the gradient style for the specified fill.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property GradientStyle As MsoGradientStyle
    Get
'Usage
Dim instance As ChartFillFormat
Dim value As MsoGradientStyle

value = instance.GradientStyle
MsoGradientStyle GradientStyle { get; }

Property Value

Type: Microsoft.Office.Core.MsoGradientStyle

Remarks

MsoGradientStyle can be one of the following MsoGradientStyle constants:

msoGradientDiagonalDown

msoGradientDiagonalUp

msoGradientFromCenter

msoGradientFromCorner

msoGradientFromTitle

msoGradientHorizontal

msoGradientMixed

msoGradientVertical

See Also

Reference

ChartFillFormat Interface

ChartFillFormat Members

Microsoft.Office.Interop.Excel Namespace