Fill

Determines the color or appearance of the fill for the cell's background.

Syntax

Fill(appearance)
appearance = desired color or appearance of the cell's background

Remarks

appearance can be a simple color or the result of the GradientPattern or ColorLerp function.

To specify multiple styles, use Block.

Examples

Fill('blue')
Fill(GradientPattern('red', 'white'))

Classification

Layout