Version

CellFillPattern Constructor

Creates a new CellFillPattern instance.
Syntax

Parameters

backgroundColorInfo
A WorkbookColorInfo which describes the background color of the cell, which will only be seen if the patternStyle is not None.
patternColorInfo
A WorkbookColorInfo which describes the pattern color of the cell, which will only be seen if the patternStyle is not None or Solid.
patternStyle
The fill pattern for the cell.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionpatternStyle is Default or not defined in the FillPatternStyle enumeration.
Remarks

backgroundColorInfo and patternColorInfo can be specified as null to use the default colors.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also