ActiveReports 12
Addition Operator (Length)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace > Length Structure : Addition Operator
the Length
the Length
Adds two specified Length values and returns the unit of the first GrapeCity.ActiveReports.Extensibility.Definition.Components.Length.
Syntax
'Declaration
 
Public Operator +( _
   ByVal unit1 As Length, _
   ByVal unit2 As Length _
) As Length
public Length operator +( 
   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

Reference

Length Structure
Length Members