ActiveReports 8
Translate Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common.Model Namespace > Range Structure : Translate Method

original
shift

Glossary Item Box

Translates range by shift value, OpenEnd wise.

Syntax

Visual Basic (Declaration) 
Public Shared Function Translate( _
   ByVal original As Range, _
   ByVal shift As System.Integer _
) As Range
C# 
public static Range Translate( 
   Range original,
   System.int shift
)

Parameters

original
shift

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also