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