This document is archived and information here might be outdated. Recommended version. |
Adds a range of record numbers to the collection starting with the minRecord and ending with the maxRecord.
[Visual Basic .NET] Public Sub AddRange ( _ ByVal minRecord As Integer, _ ByVal maxRecord As Integer _ )
[C#] public void AddRange ( int minRecord, int maxRecord );
[C++]
HRESULT AddRange(
long minRecord,
long maxRecord
);
[C++]
Parameters minRecord [in]
minRecord is a parameter of type long maxRecord [in]
maxRecord is a parameter of type long