Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#

<p> public void Clear()
{signature}{signature:</p>
} Public
Signature
vb.net
vb.net

<p>Public Sub Clear()
{signature}
{example}{code:csharp|title=C#}</p>
Example
Code Block
csharp
csharp
titleC#

docProps.Clear();
{code} {code:vbnet|title=
Code Block
vbnet
vbnet
titlevb.net
}

docProps.Clear()
{code} {example}