Fill

public struct Fill : Encodable

Undocumented

  • Sets the cell fill color.

    It accepts either a specific color or an array of colors or a 2D array of colors.

    Declaration

    Swift

    public var coloring: Coloring?
  • Creates Fill object with specified properties.

    Declaration

    Swift

    public init(coloring: Coloring? = nil)

    Parameters

    coloring

    Sets the cell fill color.