OpenXmlElement.SetAttribute(OpenXmlAttribute) Method
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.
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.