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
    MemberValueDescription
    DiagonalCrosshatch11

    A fill pattern that uses cross diagonal stripes.

    DiagonalStripe10

    A fill pattern that uses right diagonal stripes.

    Gray125

    A 12.5% gray fill pattern.

    Gray254

    A 25% gray fill pattern.

    Gray503

    A 50% gray fill pattern.

    Gray66

    A 6.25% gray fill pattern.

    Gray752

    A 75% gray fill pattern.

    HorizontalStripe7

    A fill pattern that uses horizontal stripes.

    None0No pattern is applied. 
    ReverseDiagonalStripe9

    A fill pattern that uses left diagonal stripes.

    Solid1

    A solid fill pattern.

    ThickDiagonalCrosshatch12

    A fill pattern that uses cross diagonal thick stripes.

    ThinDiagonalCrosshatch18

    A fill pattern using cross diagonal thin stripes. 

    ThinDiagonalStripe16

    A fill pattern that uses right diagonal thin stripes.

    ThinHorizontalCrosshatch17

    A fill pattern that uses thin horizontal and vertical stripes. 

    ThinHorizontalStripe13

    A fill pattern that uses thin horizontal stripes.

    ThinReverseDiagonalStripe15

    A fill pattern that uses left diagonal thin stripes.

    ThinVerticalStripe14

    A fill pattern that uses thin vertical stripes.

    VerticalStripe8

    A fill pattern that uses vertical stripes.

    Inheritance Hierarchy

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

    Supported Frameworks

    .NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.

    .NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.

    See Also