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( int StartIndex, int StopIndex ); |
[Managed C++] |
---|
public: System::Array Range( int StartIndex, int StopIndex ); |
[Unmanaged C++] |
---|
public: HRESULT Range( long StartIndex, long StopIndex, SAFEARRAY * * ppVar ); |
[Java] |
---|
public AgSafeArray range( int StartIndex, int StopIndex ); |
[Python - STK API ] |
---|
def Range(self, StartIndex:int, StopIndex:int) -> list: |
- StartIndex
- StopIndex