Spread for ASP.NET 12 Product Documentation
LinearRange Constructor


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > LinearRange Structure : LinearRange Constructor
The start.
The end.
Initializes a new instance of the LinearRange struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As Integer, _
   ByVal end As Integer _
)
'Usage
 
Dim start As Integer
Dim end As Integer
 
Dim instance As New LinearRange(start, end)
public LinearRange( 
   int start,
   int end
)

Parameters

start
The start.
end
The end.
See Also

Reference

LinearRange Structure
LinearRange Members