'Declaration
Public Overloads Function Add( _ ByVal value As CellRange, _ ByVal clearOverlappingRanges As Boolean _ ) As Integer
public int Add( CellRange value, bool clearOverlappingRanges )
Parameters
- value
- Object to add to the collection.
- clearOverlappingRanges
- Whether to remove overlapping ranges from the collection before adding the new range.
Return Value
The index of the object in the collection.