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
Wiki Markup
{description}
{excerpt}Selects the current worksheet and deselects all others. To select multiple worksheets, use [Worksheets.Select()|Worksheets.Select(Object())].{excerpt}
{signature:C#}
 public void Select()
{signature}{signature:vb.net}
Public Sub [Select]()
{signature}
{example}{code:csharp|title=C#}
ws.Select();{code}
{code:vb.net|title=vb.net}
ws.Select(){code}

{example}