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