ActiveReports 9
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 System.Integer, _
   ByVal span As System.Integer _
)
public CellSpan( 
   System.int start,
   System.int span
)

Parameters

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

Reference

CellSpan Structure
CellSpan Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum