Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Fill.Gradient Property

Provides access to an object containing gradient characteristics.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

GradientFill Gradient { get; }

Property Value

Type Description
GradientFill

A GradientFill object that contains all gradient characteristics.

Remarks

The Gradient property affects the appearance of the cell background if the Fill.FillType is set to the Fill.Gradient value.

For examples on how to specify the format for an individual cell and cell range, or modify a style, refer to the How to: Format a Cell or Range of Cells or How to: Create or Modify a Style document.

To access the Fill object, use the Formatting.Fill property.

See Also