PageFields 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
| PageFields() | Initializes a new instance of the PageFields class. | 
| PageFields(OpenXmlElement[]) | Initializes a new instance of the PageFields class with the specified child elements. | 
| PageFields(IEnumerable<OpenXmlElement>) | Initializes a new instance of the PageFields class with the specified child elements. | 
| PageFields(String) | Initializes a new instance of the PageFields class from outer XML. | 
PageFields()
Initializes a new instance of the PageFields class.
public PageFields();Public Sub New ()Applies to
PageFields(OpenXmlElement[])
Initializes a new instance of the PageFields class with the specified child elements.
public PageFields(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Spreadsheet.PageFields : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.PageFieldsPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
PageFields(IEnumerable<OpenXmlElement>)
Initializes a new instance of the PageFields class with the specified child elements.
public PageFields(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Spreadsheet.PageFields : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.PageFieldsPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
PageFields(String)
Initializes a new instance of the PageFields class from outer XML.
public PageFields(string outerXml);new DocumentFormat.OpenXml.Spreadsheet.PageFields : string -> DocumentFormat.OpenXml.Spreadsheet.PageFieldsPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.