Xceed Workbooks for .NET v1.4 Documentation
FillPattern Enumeration


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace : FillPattern Enumeration
Represents the possible values for a pattern style when a Fill object is used to fill a CellRowColumn or range.
Syntax
'Declaration

 

Public Enum FillPattern 

   Inherits System.Enum
'Usage

 

Dim instance As FillPattern
public enum FillPattern : System.Enum 
Members
MemberDescription
DiagonalCrosshatchA fill pattern that uses cross diagonal stripes
DiagonalStripeA fill pattern that uses right diagonal stripes
Gray12A 12.5% gray fill pattern.
Gray25A 25% gray fill pattern.
Gray50A 50% gray fill pattern.
Gray6A 6.25% gray fill pattern.
Gray75A 75% gray fill pattern.
HorizontalStripeA fill pattern that uses horizontal stripes
NoneNo pattern is applied
ReverseDiagonalStripeA fill pattern that uses left diagonal stripes
SolidA solid fill pattern
ThickDiagonalCrosshatchA fill pattern that uses cross diagonal thick stripes
ThinDiagonalCrosshatchA fill pattern using cross diagonal thin stripes
ThinDiagonalStripeA fill pattern that uses right diagonal thin stripes
ThinHorizontalCrosshatchA fill pattern that uses thin horizontal and vertical stripes
ThinHorizontalStripeA fill pattern that uses thin horizontal stripes
ThinReverseDiagonalStripeA fill pattern that uses left diagonal thin stripes
ThinVerticalStripeA fill pattern that uses thin vertical stripes
VerticalStripeA fill pattern that uses vertical stripes
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Workbooks.NET.FillPattern

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Workbooks.NET Namespace