OpenXmlElement.RemoveAttribute Method
Remove the attribute from the element.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Sub RemoveAttribute ( _
localName As String, _
namespaceUri As String _
)
'Uso
Dim instance As OpenXmlElement
Dim localName As String
Dim namespaceUri As String
instance.RemoveAttribute(localName, namespaceUri)
public void RemoveAttribute(
string localName,
string namespaceUri
)
Parameters
- localName
Type: System.String
The local name of the attribute.
- namespaceUri
Type: System.String
The namesapce URI of the attribute.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when the localName is empty. |