Constructor SortRange
SortRange(int)
Initializes a new instance of the SortRange
class with specified index.
public SortRange(int index)
Parameters
index
intIndex 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)