Gets or sets fill pattern style.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025

Syntax

C#
public FillPatternStyle PatternStyle { get; set; }
Visual Basic
Public Property PatternStyle As FillPatternStyle
	Get
	Set

Remarks

If you set this property to anything else than FillPatternStyle.None, PatternForegroundColor and/or PatternBackgroundColor should also be set (if color is different from default Color.Black.

See Also