Excel |
The ExcelCellFill type exposes the following members.
| Name | Description | |
|---|---|---|
| FillType | Gets or sets the cell fill type. | |
| GradientFillOptions | 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. | |
| PatternFillOptions | Gets the pattern options object for the interior. This property returns a null object if the InteriorType is not PatternFill. | |
| SolidFillOptions | Gets the solid fill options object for the interior. This property returns a null object if the InteriorType is not SolidFill. |