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

Adds another range to this range.

Signature
C#
C#
 public void JoinRange(Range range)
Signature
vb.net
vb.net
Public Sub JoinRange(ByVal range As Range)
Parameters
Param
range
range

The range to be added to the current range.

Example
Code Block
csharp
csharp
titleC#
rng.JoinRange(rng2);
Code Block
vb.net
vb.net
titlevb.net
rng.JoinRange(rng2)