[Visual Basic] Public Function getCell( _ ByVal Row As Integer, _ ByVal Column As Integer _ ) As Object [C#] public object getCell( int Row, int Column ); [C++] public: Object* getCell( int Row, int Column ); [JScript] public function getCell( int Row, int Column ): Object;
TimeSeries Class | EbsOpen Namespace