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-2019 or above workbooks.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelCellFillGradient GradientFillOptions { get; }
Public ReadOnly Property GradientFillOptions As ExcelCellFillGradient
Get
Property Value
Type:
ExcelCellFillGradientSee Also