ActiveReports 12
CellSpan Constructor

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > CellSpan Structure : CellSpan Constructor
The start of the span.
The length of the span.
Allows initializaiton using specified start position and a span in corresponding dimension.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As Integer, _
   ByVal span As Integer _
)
public CellSpan( 
   int start,
   int span
)

Parameters

start
The start of the span.
span
The length of the span.
See Also

Reference

CellSpan Structure
CellSpan Members