C# 클래스 OfficeOpenXml.ConditionalFormatting.ExcelConditionalFormattingHelper

Conditional formatting helper
파일 보기 프로젝트 열기: pruiz/EPPlus 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CheckAndFixRangeAddress() 공개 정적인 메소드

Check and fix an address (string address)
public static CheckAndFixRangeAddress ( string address ) : string
address string
리턴 string

ConvertFromColorCode() 공개 정적인 메소드

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

DecodeXML() 공개 정적인 메소드

Decode from XML (special characteres: ' " > < &)
public static DecodeXML ( this s ) : string
s this
리턴 string

EncodeXML() 공개 정적인 메소드

Encode to XML (special characteres: ' " > < &)
public static EncodeXML ( this s ) : string
s this
리턴 string

GetAttributeBool() 공개 정적인 메소드

public static GetAttributeBool ( XmlNode node, string attribute ) : bool
node System.Xml.XmlNode
attribute string
리턴 bool

GetAttributeBoolNullable() 공개 정적인 메소드

public static GetAttributeBoolNullable ( XmlNode node, string attribute ) : bool?
node System.Xml.XmlNode
attribute string
리턴 bool?

GetAttributeDecimal() 공개 정적인 메소드

public static GetAttributeDecimal ( XmlNode node, string attribute ) : decimal
node System.Xml.XmlNode
attribute string
리턴 decimal

GetAttributeDouble() 공개 정적인 메소드

public static GetAttributeDouble ( XmlNode node, string attribute ) : double
node System.Xml.XmlNode
attribute string
리턴 double

GetAttributeInt() 공개 정적인 메소드

public static GetAttributeInt ( XmlNode node, string attribute ) : int
node System.Xml.XmlNode
attribute string
리턴 int

GetAttributeIntNullable() 공개 정적인 메소드

public static GetAttributeIntNullable ( XmlNode node, string attribute ) : int?
node System.Xml.XmlNode
attribute string
리턴 int?

GetAttributeString() 공개 정적인 메소드

public static GetAttributeString ( XmlNode node, string attribute ) : string
node System.Xml.XmlNode
attribute string
리턴 string