Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / FillPattern Enumeration


In This Topic
    FillPattern Enumeration
    In This Topic
    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
    DiagonalCrosshatch

    A fill pattern that uses cross diagonal stripes.

    DiagonalStripe

    A fill pattern that uses right diagonal stripes.

    Gray12

    A 12.5% gray fill pattern.

    Gray25

    A 25% gray fill pattern.

    Gray50

    A 50% gray fill pattern.

    Gray6

    A 6.25% gray fill pattern.

    Gray75

    A 75% gray fill pattern.

    HorizontalStripe

    A fill pattern that uses horizontal stripes.

    NoneNo pattern is applied. 
    ReverseDiagonalStripe

    A fill pattern that uses left diagonal stripes.

    Solid

    A solid fill pattern.

    ThickDiagonalCrosshatch

    A fill pattern that uses cross diagonal thick stripes.

    ThinDiagonalCrosshatch

    A fill pattern using cross diagonal thin stripes. 

    ThinDiagonalStripe

    A fill pattern that uses right diagonal thin stripes.

    ThinHorizontalCrosshatch

    A fill pattern that uses thin horizontal and vertical stripes. 

    ThinHorizontalStripe

    A fill pattern that uses thin horizontal stripes.

    ThinReverseDiagonalStripe

    A fill pattern that uses left diagonal thin stripes.

    ThinVerticalStripe

    A fill pattern that uses thin vertical stripes.

    VerticalStripe

    A 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