SheetProperties Constructors

Definition

Overloads

SheetProperties()

Initializes a new instance of the SheetProperties class.

SheetProperties(OpenXmlElement[])

Initializes a new instance of the SheetProperties class with the specified child elements.

SheetProperties(IEnumerable<OpenXmlElement>)

Initializes a new instance of the SheetProperties class with the specified child elements.

SheetProperties(String)

Initializes a new instance of the SheetProperties class from outer XML.

SheetProperties()

Initializes a new instance of the SheetProperties class.

public SheetProperties ();
Public Sub New ()

Applies to

SheetProperties(OpenXmlElement[])

Initializes a new instance of the SheetProperties class with the specified child elements.

public SheetProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.SheetProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SheetProperties(IEnumerable<OpenXmlElement>)

Initializes a new instance of the SheetProperties class with the specified child elements.

public SheetProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.SheetProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SheetProperties(String)

Initializes a new instance of the SheetProperties class from outer XML.

public SheetProperties (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.SheetProperties : string -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to