C# Класс OfficeOpenXml.ConditionalFormatting.ExcelConditionalFormattingValueObjectType

Functions related to the ExcelConditionalFormattingValueObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GetAttributeByType() публичный статический Метод

public static GetAttributeByType ( eExcelConditionalFormattingValueObjectType type ) : string
type eExcelConditionalFormattingValueObjectType
Результат string

GetCfvoNodeByPosition() публичный статический Метод

public static GetCfvoNodeByPosition ( eExcelConditionalFormattingValueObjectPosition position, eExcelConditionalFormattingRuleType ruleType, XmlNode topNode, XmlNamespaceManager nameSpaceManager ) : XmlNode
position eExcelConditionalFormattingValueObjectPosition
ruleType eExcelConditionalFormattingRuleType
topNode System.Xml.XmlNode
nameSpaceManager System.Xml.XmlNamespaceManager
Результат System.Xml.XmlNode

GetNodePathByNodeType() публичный статический Метод

public static GetNodePathByNodeType ( eExcelConditionalFormattingValueObjectNodeType nodeType ) : string
nodeType eExcelConditionalFormattingValueObjectNodeType
Результат string

GetOrderByPosition() публичный статический Метод

Get the sequencial order of a cfvo/color by its position.
public static GetOrderByPosition ( eExcelConditionalFormattingValueObjectPosition position, eExcelConditionalFormattingRuleType ruleType ) : int
position eExcelConditionalFormattingValueObjectPosition
ruleType eExcelConditionalFormattingRuleType
Результат int

GetParentPathByRuleType() публичный статический Метод

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
Результат string

GetTypeByAttrbiute() публичный статический Метод

Get the CFVO type by its @type attribute
public static GetTypeByAttrbiute ( string attribute ) : eExcelConditionalFormattingValueObjectType
attribute string
Результат eExcelConditionalFormattingValueObjectType