Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Clears all properties contained in the DocumentProperties object, removing them from the workbook's Properties sheet.

{signature}
{example}{code:csharp|title=C#}
docProps.Clear();
{code}
{code:vbnet|title=vb.net
}
docProps.Clear(){code}

{example}
Signature
C#C#
Wiki Markup
{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}{signature:vb.net
vb.net
}
Public Sub Clear()
Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle