ActiveReports Developer 7
Add Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace > Length Structure : Add Method

unit1
the Length
unit2
the Length

Glossary Item Box

Adds two specified Length values and return the unit of the first GrapeCity.ActiveReports.Extensibility.Definition.Components.Length.

Syntax

Visual Basic (Declaration) 
Public Shared Function Add( _
   ByVal unit1 As Length, _
   ByVal unit2 As Length _
) As Length
C# 
public static Length Add( 
   Length unit1,
   Length unit2
)

Parameters

unit1
the Length
unit2
the Length

Return Value

the Length that is the results of adding unit1 to unit2

See Also