Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the specified Range object to the end of the list.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub AppendRange ( _
range As Range _
)
'Usage
Dim instance As RangeSet
Dim range As Range
instance.AppendRange(range)
public void AppendRange (
Range range
)
public:
void AppendRange (
Range^ range
)
public void AppendRange (
Range range
)
public function AppendRange (
range : Range
)
Parameters
- range
The Range object to add to the end of the list.
Exceptions
| Exception type | Condition |
|---|---|
A required parameter is a null reference (Nothing in Visual Basic). |
|
The closed lower bound contained in range is less than the closed lower bound specified in the previous range in the list. |
Remarks
The Range objects must be ordered by their ItemId values.
See Also
Reference
RangeSet Class
RangeSet Members
Microsoft.Synchronization Namespace