Version

CreateSolidFill(Color) Method

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

Parameters

solidColor
The solid color of the fill.
Exceptions
ExceptionDescription
System.ArgumentExceptionsolidColor is the empty color or has a non-opaque alpha channel.
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