OpenXmlElement.RemoveNamespaceDeclaration(String) 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.
Removes the namespace declaration for the specified prefix. Removes nothing if there is no prefix.
public void RemoveNamespaceDeclaration (string prefix);
member this.RemoveNamespaceDeclaration : string -> unit
Public Sub RemoveNamespaceDeclaration (prefix As String)
Parameters
- prefix
- String