C# Class OfficeOpenXml.ConditionalFormatting.ExcelConditionalFormattingValueObjectType

Functions related to the ExcelConditionalFormattingValueObject
Afficher le fichier Open project: ylatuya/EPPlus Class Usage Examples

Méthodes publiques

Méthode Description
GetAttributeByType ( eExcelConditionalFormattingValueObjectType type ) : string

GetCfvoNodeByPosition ( eExcelConditionalFormattingValueObjectPosition position, eExcelConditionalFormattingRuleType ruleType, XmlNode topNode, XmlNamespaceManager nameSpaceManager ) : XmlNode

GetNodePathByNodeType ( eExcelConditionalFormattingValueObjectNodeType nodeType ) : string

GetOrderByPosition ( eExcelConditionalFormattingValueObjectPosition position, eExcelConditionalFormattingRuleType ruleType ) : int

Get the sequencial order of a cfvo/color by its position.

GetParentPathByRuleType ( eExcelConditionalFormattingRuleType ruleType ) : string

Get the cfvo (§18.3.1.11) node parent by the rule type. Can be any of the following: "colorScale" (§18.3.1.16); "dataBar" (§18.3.1.28); "iconSet" (§18.3.1.49)

GetTypeByAttrbiute ( string attribute ) : eExcelConditionalFormattingValueObjectType

Get the CFVO type by its @type attribute

Method Details

GetAttributeByType() public static méthode

public static GetAttributeByType ( eExcelConditionalFormattingValueObjectType type ) : string
type eExcelConditionalFormattingValueObjectType
Résultat string

GetCfvoNodeByPosition() public static méthode

public static GetCfvoNodeByPosition ( eExcelConditionalFormattingValueObjectPosition position, eExcelConditionalFormattingRuleType ruleType, XmlNode topNode, XmlNamespaceManager nameSpaceManager ) : XmlNode
position eExcelConditionalFormattingValueObjectPosition
ruleType eExcelConditionalFormattingRuleType
topNode System.Xml.XmlNode
nameSpaceManager System.Xml.XmlNamespaceManager
Résultat System.Xml.XmlNode

GetNodePathByNodeType() public static méthode

public static GetNodePathByNodeType ( eExcelConditionalFormattingValueObjectNodeType nodeType ) : string
nodeType eExcelConditionalFormattingValueObjectNodeType
Résultat string

GetOrderByPosition() public static méthode

Get the sequencial order of a cfvo/color by its position.
public static GetOrderByPosition ( eExcelConditionalFormattingValueObjectPosition position, eExcelConditionalFormattingRuleType ruleType ) : int
position eExcelConditionalFormattingValueObjectPosition
ruleType eExcelConditionalFormattingRuleType
Résultat int

GetParentPathByRuleType() public static méthode

Get the cfvo (§18.3.1.11) node parent by the rule type. Can be any of the following: "colorScale" (§18.3.1.16); "dataBar" (§18.3.1.28); "iconSet" (§18.3.1.49)
public static GetParentPathByRuleType ( eExcelConditionalFormattingRuleType ruleType ) : string
ruleType eExcelConditionalFormattingRuleType
Résultat string

GetTypeByAttrbiute() public static méthode

Get the CFVO type by its @type attribute
public static GetTypeByAttrbiute ( string attribute ) : eExcelConditionalFormattingValueObjectType
attribute string
Résultat eExcelConditionalFormattingValueObjectType