{description}
{excerpt}Clears all properties contained in the [DocumentProperties|DocumentProperties] object, removing them from the workbook's Properties sheet.{excerpt}
{signature:C#}
 public void Clear()
{signature}{signature:vb.net}
Public Sub Clear()
{signature}
{example}{code:csharp|title=C#}
docProps.Clear();{code}
{code:vbnet|title=vb.net}
docProps.Clear(){code}

{example}