Method Add
Add(IRange)
Adds an object to the end of the range list.
public int Add(IRange item)
Parameters
itemIRangeThe range to be added to the end of range list.
Returns
- int
Index of object that is added.
Adds an object to the end of the range list.
public int Add(IRange item)
item IRangeThe range to be added to the end of range list.
Index of object that is added.