ExcelParagraph Constructor

Office Open XML

Initializes a new instance of the ExcelParagraph class

Namespace:  OfficeOpenXml.Style
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelParagraph(
	XmlNamespaceManager ns,
	XmlNode rootNode,
	string path,
	string[] schemaNodeOrder
)
Visual Basic (Declaration)
Public Sub New ( _
	ns As XmlNamespaceManager, _
	rootNode As XmlNode, _
	path As String, _
	schemaNodeOrder As String() _
)
Visual C++
public:
ExcelParagraph(
	XmlNamespaceManager^ ns, 
	XmlNode^ rootNode, 
	String^ path, 
	array<String^>^ schemaNodeOrder
)

Parameters

ns
Type: System.Xml..::.XmlNamespaceManager

[Missing <param name="ns"/> documentation for "M:OfficeOpenXml.Style.ExcelParagraph.#ctor(System.Xml.XmlNamespaceManager,System.Xml.XmlNode,System.String,System.String[])"]

rootNode
Type: System.Xml..::.XmlNode

[Missing <param name="rootNode"/> documentation for "M:OfficeOpenXml.Style.ExcelParagraph.#ctor(System.Xml.XmlNamespaceManager,System.Xml.XmlNode,System.String,System.String[])"]

path
Type: System..::.String

[Missing <param name="path"/> documentation for "M:OfficeOpenXml.Style.ExcelParagraph.#ctor(System.Xml.XmlNamespaceManager,System.Xml.XmlNode,System.String,System.String[])"]

schemaNodeOrder
Type: array< System..::.String >[]()[]

[Missing <param name="schemaNodeOrder"/> documentation for "M:OfficeOpenXml.Style.ExcelParagraph.#ctor(System.Xml.XmlNamespaceManager,System.Xml.XmlNode,System.String,System.String[])"]

See Also