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