Public Function Range( _ ByVal StartIndex As Integer, _ ByVal StopIndex As Integer _ ) As
public System.Array Range( int StartIndex, int StopIndex );
public: System::Array Range( int StartIndex, int StopIndex );
public VariantArray range( int StartIndex, int StopIndex );
public: HRESULT Range( long StartIndex, long StopIndex, SAFEARRAY * * ppVar );
IAgExecCmdResult Interface