This document is archived and information here might be outdated. Recommended version. |
Sets the starting and ending record numbers for the record number collection, then adds all record numbers between those values to the collection.
[Visual Basic .NET]
Public Sub SetBounds ( _
ByVal startRecordNumber As Integer, _
ByVal maxRecordNumber As Integer _
)
[C#]
public void SetBounds (
int startRecordNumber,
int maxRecordNumber
);
[C++]
HRESULT SetBounds(
long startRecordNumber,
long maxRecordNumber
);
[C++] Parameters startRecordNumber [in]
startRecordNumber is a parameter of type long maxRecordNumber [in]
maxRecordNumber is a parameter of type long