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