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


In This Topic
    DataBarType Enumeration
    In This Topic
    Contains the available types of data bars in a ConditionalFormattingDataBar context.
    Syntax
    'Declaration
     
    
    Public Enum DataBarType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DataBarType
    public enum DataBarType : System.Enum 
    Members
    MemberDescription
    GradientThe data bars will be filled with a gradient.
    SolidThe data bars will be filled with a solid color.
    Inheritance Hierarchy

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

    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