ExcelCellFillGradientFillOptions Property

Gets the gradient for the interior. Returns a null object if the InteriorType property is not GradientFill. This property is valid only for Excel 2007 workbooks.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelCellFillGradient GradientFillOptions { get; }

Property Value

ExcelCellFillGradient

See Also