The following tables list the members exposed by Fill.
Public Constructors
Public Properties
| Name | Description |
| BackgroundColor | Gets/sets the Color used for filling the background of a Cell, Row, Column or range. The default value is null. |
| BackgroundThemeColor | Gets/sets the ThemeColor used for filling the background of a Cell, Row, Column or range. The default value is null. |
| PatternColor | Gets/sets the Color of the pattern used for filling a Cell, Row, Column or range. This will be based on the PatternStyle property. The default setting is null. |
| PatternStyle | Gets/sets the Style of the pattern used for filling a Cell, Row, Column or range. These will be filled based on the PatternColor property. The default setting is FillPattern.None. |
| PatternThemeColor | Gets/sets the ThemeColor of the pattern used for filling a Cell, Row, Column or range. The Cell, Row, Column or range are filled based on the PatternStyle property. The default setting is null. |
Top
Public Methods
| Name | Description |
| Equals | Determines whether the specified System.Object is equal to the current System.Object. |
| GetHashCode | Serves as a hash function for a particular type. |
Top
See Also