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()</p>
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 Block
vb.net
vb.net
titlevb.net
ws.Select()