Public Function GetRow( _ ByVal Index As Integer _ ) As System.Array
public System.Array GetRow( int Index );
public: System::Array GetRow( int Index );
public: HRESULT GetRow( long Index, SAFEARRAY * * ppRetVal );
public AgSafeArray getRow( int Index );
def GetRow(self, Index:int) -> list:
IAgDrDataSetCollection Interface