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.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelCellFillGradient GradientFillOptions { get; }Public ReadOnly Property GradientFillOptions As ExcelCellFillGradient
Get
Property Value
ExcelCellFillGradient
See Also