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


In This Topic
    AreaPattern Enumeration
    In This Topic
    Defines the available pattern for styling the Area.
    Syntax
    'Declaration
     
    
    Public Enum AreaPattern 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AreaPattern
    public enum AreaPattern : System.Enum 
    Members
    MemberDescription
    Backslashes
    DiagonalBrick
    DiagonalDarkDownward
    DiagonalDarkUpward
    DiagonalLightDownward
    DiagonalLightUpward
    DiagonalWideDownward
    DiagonalWideUpward
    Divot
    Dotted10
    Dotted20
    Dotted25
    Dotted30
    Dotted40
    Dotted5
    Dotted50
    Dotted60
    Dotted70
    Dotted75
    Dotted80
    Dotted90
    DottedDiamondGrid
    DottedGrid
    HorizontalAlternatingLines
    HorizontalBrick
    HorizontalDark
    HorizontalLight
    HorizontalNarrow
    LargeCheckerBoard
    LargeConfetti
    LargeGrid
    OutlinedDiamondGrid
    Plaid
    Shingle
    Slashes
    SmallCheckerBoard
    SmallConfetti
    SmallGrid
    Solid
    SolidDiamondGrid
    Sphere
    Trellis
    VerticalAlternatingLines
    VerticalDark
    VerticalLight
    VerticalNarrow
    Wave
    Weave 
    Zigzag
    Inheritance Hierarchy

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

    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