SpreadsheetGear 2017
DataBarNegativeColorType Enumeration






SpreadsheetGear Namespace : DataBarNegativeColorType Enumeration
Syntax
'Declaration
 
Public Enum DataBarNegativeColorType 
   Inherits System.Enum
'Usage
 
Dim instance As DataBarNegativeColorType
public enum DataBarNegativeColorType : System.Enum 
public enum DataBarNegativeColorType = class(System.Enum)
public enum DataBarNegativeColorType extends System.Enum
__value public enum DataBarNegativeColorType : public System.Enum 
public enum class DataBarNegativeColorType : public System.Enum 
Members
MemberDescription
ColorUse the specified color.
SameAsPositiveUse the same color as positive data bars.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.DataBarNegativeColorType

Requirements

Target Platforms: 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

SpreadsheetGear Namespace