Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Remove the attribute from the element.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub RemoveAttribute ( _
localName As String, _
namespaceUri As String _
)
'Usage
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. |