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}Adds another range to this range.{excerpt}
{signature:C#}
 public void JoinRange(Range range)
{signature}{signature:vb.net}
Public Sub JoinRange(ByVal range As Range)
{signature}
{parameters}
{param:range}The range to be added to the current range.{param}
{example}{code:csharp|title=C#}
rng.JoinRange(rng2);{code}
{code:vb.net|title=vb.net}
rng.JoinRange(rng2){code}

{example}