Return the elements within the specified
range.
| [Visual Basic .NET] |
|---|
Public Function Range( _
ByVal StartIndex As Integer, _
ByVal StopIndex As Integer _
) As System.Array
|
| [C#] |
|---|
public System.Array Range(
|
| [Managed C++] |
|---|
public: System::Array Range(
|
| [Java] |
|---|
public Object[] range(
|
| [Unmanaged C++] |
|---|
public: HRESULT Range(
|
- StartIndex
- StopIndex