Version

CreateSolidFill(WorkbookColorInfo) Method

Creates a solid color fill that can be applied to a cell.
Syntax
public static CellFillPattern CreateSolidFill( 
   WorkbookColorInfo solidColorInfo
)

Parameters

solidColorInfo
A WorkbookColorInfo which describes the solid color of the fill.
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