VariableList Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
VariableList() | Initializes a new instance of the VariableList class. | |
VariableList(String) | Initializes a new instance of the VariableList class from outer XML. | |
VariableList(array<OpenXmlElement[]) | Initializes a new instance of the VariableList class with the specified child elements. | |
VariableList(IEnumerable<OpenXmlElement>) | Initializes a new instance of the VariableList class with the specified child elements. |
Top