[]
        
(Showing Draft Content)

FarPoint.Web.Spread.LinearRange.-ctor

LinearRange Constructor

LinearRange(int, int)

Initializes a new instance of the LinearRange struct.

Declaration
public LinearRange(int start, int end)
Public Sub New(start As Integer, [end] As Integer)
Parameters
Type Name Description
int start

The start.

int end

The end.