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

A Othersheet object represents a sheet that is not a worksheet or a chartsheet. This sheet represents VBA Module and dialog sheets. These are not currently implemented by ExcelWriter

Signature
C#
C#

<p> public sealed class Othersheet : Worksheet
{signature}{signature:Worksheet</p>
} Public
Signature
vb.net
vb.net

<p>Public NotInheritable Class OthersheetOthersheet<br />
		Inherits Worksheet
{signature}
Worksheet</p>