Table of Contents

Constructor SortRange

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

SortRange(int)

Initializes a new instance of the SortRange class with specified index.

public SortRange(int index)

Parameters

index int

Index of this new instance within the top level ranges collection.

SortRange(IRange, int)

Initializes a new instance of the SortRange class with specified settings.

public SortRange(IRange range, int index)

Parameters

range IRange

Current IRange object.

index int

Index of this new instance within the top level ranges collection.