Aracılığıyla paylaş


ChangeCellSubEdit Constructors

Definition

Overloads

ChangeCellSubEdit()

Initializes a new instance of the ChangeCellSubEdit class.

ChangeCellSubEdit(OpenXmlElement[])

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

ChangeCellSubEdit(IEnumerable<OpenXmlElement>)

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

ChangeCellSubEdit(String)

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

ChangeCellSubEdit()

Initializes a new instance of the ChangeCellSubEdit class.

public ChangeCellSubEdit ();
Public Sub New ()

Applies to

ChangeCellSubEdit(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ChangeCellSubEdit(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ChangeCellSubEdit(String)

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

public ChangeCellSubEdit (string outerXml);
new DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit : string -> DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to