CacheFields Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CacheFields() |
Initializes a new instance of the CacheFields class. |
CacheFields(OpenXmlElement[]) |
Initializes a new instance of the CacheFields class with the specified child elements. |
CacheFields(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the CacheFields class with the specified child elements. |
CacheFields(String) |
Initializes a new instance of the CacheFields class from outer XML. |
CacheFields()
Initializes a new instance of the CacheFields class.
public CacheFields ();
Public Sub New ()
Applies to
CacheFields(OpenXmlElement[])
Initializes a new instance of the CacheFields class with the specified child elements.
public CacheFields (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.CacheFields : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.CacheFields
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
CacheFields(IEnumerable<OpenXmlElement>)
Initializes a new instance of the CacheFields class with the specified child elements.
public CacheFields (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.CacheFields : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.CacheFields
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
CacheFields(String)
Initializes a new instance of the CacheFields class from outer XML.
public CacheFields (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.CacheFields : string -> DocumentFormat.OpenXml.Spreadsheet.CacheFields
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.