RangeCollection.AddRange

RangeCollection.AddRange method

Adds a Range item to the collection.

public int AddRange(Range range)
ParameterTypeDescription
rangeRangethe range to be added

Return Value

index of the added range in this collection

See Also