ActiveReports 12
Span Constructor

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions.Parser Namespace > Span Structure : Span Constructor
The value for Start.
The value for Finish.
Initializes a new instance of the Span structure.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As Location, _
   ByVal finish As Location _
)
public Span( 
   Location start,
   Location finish
)

Parameters

start
The value for Start.
finish
The value for Finish.
See Also

Reference

Span Structure
Span Members