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