C# Class OfficeOpenXml.ConditionalFormatting.ExcelConditionalFormattingHelper

Conditional formatting helper
Afficher le fichier Open project: pruiz/EPPlus Class Usage Examples

Méthodes publiques

Méthode Description
CheckAndFixRangeAddress ( string address ) : string

Check and fix an address (string address)

ConvertFromColorCode ( string colorCode ) : Color

Convert a color code to Color Object

DecodeXML ( this s ) : string

Decode from XML (special characteres: ' " > < &)

EncodeXML ( this s ) : string

Encode to XML (special characteres: ' " > < &)

GetAttributeBool ( XmlNode node, string attribute ) : bool

GetAttributeBoolNullable ( XmlNode node, string attribute ) : bool?

GetAttributeDecimal ( XmlNode node, string attribute ) : decimal

GetAttributeDouble ( XmlNode node, string attribute ) : double

GetAttributeInt ( XmlNode node, string attribute ) : int

GetAttributeIntNullable ( XmlNode node, string attribute ) : int?

GetAttributeString ( XmlNode node, string attribute ) : string

Method Details

CheckAndFixRangeAddress() public static méthode

Check and fix an address (string address)
public static CheckAndFixRangeAddress ( string address ) : string
address string
Résultat string

ConvertFromColorCode() public static méthode

Convert a color code to Color Object
public static ConvertFromColorCode ( string colorCode ) : Color
colorCode string Color Code (Ex. "#FFB43C53" or "FFB43C53")
Résultat Color

DecodeXML() public static méthode

Decode from XML (special characteres: ' " > < &)
public static DecodeXML ( this s ) : string
s this
Résultat string

EncodeXML() public static méthode

Encode to XML (special characteres: ' " > < &)
public static EncodeXML ( this s ) : string
s this
Résultat string

GetAttributeBool() public static méthode

public static GetAttributeBool ( XmlNode node, string attribute ) : bool
node System.Xml.XmlNode
attribute string
Résultat bool

GetAttributeBoolNullable() public static méthode

public static GetAttributeBoolNullable ( XmlNode node, string attribute ) : bool?
node System.Xml.XmlNode
attribute string
Résultat bool?

GetAttributeDecimal() public static méthode

public static GetAttributeDecimal ( XmlNode node, string attribute ) : decimal
node System.Xml.XmlNode
attribute string
Résultat decimal

GetAttributeDouble() public static méthode

public static GetAttributeDouble ( XmlNode node, string attribute ) : double
node System.Xml.XmlNode
attribute string
Résultat double

GetAttributeInt() public static méthode

public static GetAttributeInt ( XmlNode node, string attribute ) : int
node System.Xml.XmlNode
attribute string
Résultat int

GetAttributeIntNullable() public static méthode

public static GetAttributeIntNullable ( XmlNode node, string attribute ) : int?
node System.Xml.XmlNode
attribute string
Résultat int?

GetAttributeString() public static méthode

public static GetAttributeString ( XmlNode node, string attribute ) : string
node System.Xml.XmlNode
attribute string
Résultat string