OfficeOpenXml.Style.XmlAccess.ExcelNumberFormatXml.CreateXmlNode C# (CSharp) Méthode

CreateXmlNode() private méthode

private CreateXmlNode ( XmlNode topNode ) : XmlNode
topNode System.Xml.XmlNode
Résultat System.Xml.XmlNode
        internal override XmlNode CreateXmlNode(XmlNode topNode)
        {
            TopNode = topNode;
            SetXmlNodeString("@numFmtId", NumFmtId.ToString());
            SetXmlNodeString("@formatCode", Format);
            return TopNode;
        }