ActiveReports 10
For Method

GrapeCity.ActiveReports.Viewer.Win.v10 Assembly > GrapeCity.Viewer.Common.Model Namespace > Range Structure : For Method
Initializes a new range from start and end points.
Syntax
'Declaration
 
Public Shared Function For( _
   ByVal start As Integer, _
   ByVal end As Integer _
) As Range
public static Range For( 
   int start,
   int end
)

Parameters

start
end
See Also

Reference

Range Structure
Range Members