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

Selects the current worksheet and deselects all others. To select multiple worksheets, use Worksheets.Select()

...

.

Signature
C#
C#

<p> public void Select()
{signature}{signature:</p>
} Public Sub [Select]() {signature} {example}{code:csharp|title=C#}
Signature
vb.net
vb.net

<p>Public Sub <a class="confluence-link unresolved" href="#">Select</a>()</p>
Example
Code Block
csharp
csharp
titleC#

ws.Select();
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

ws.Select()
{code} {example}