OpenXmlElement.SetAttribute(OpenXmlAttribute) Method

Definition

Sets an attribute to the specified element. If the attribute is a known attribute, the value of the attribute is set. If the attribute is an extended attribute, the 'openxmlAttribute' is added to the extended attributes list.

public void SetAttribute (DocumentFormat.OpenXml.OpenXmlAttribute openXmlAttribute);
member this.SetAttribute : DocumentFormat.OpenXml.OpenXmlAttribute -> unit
Public Sub SetAttribute (openXmlAttribute As OpenXmlAttribute)

Parameters

openXmlAttribute
OpenXmlAttribute

The attribute to be set on the element.

Exceptions

Thrown when the LocalName of the "openxmlAttribute" parameter is null or empty.

Thrown when an attempt to set a namespace declaration is made.

Applies to