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