[Visual Basic] Public Function getValueString( _ ByVal IndexX As Integer, _ ByVal IndexY As Integer _ ) As String [C#] public string getValueString( int IndexX, int IndexY ); [C++] public: String* getValueString( int IndexX, int IndexY ); [JScript] public function getValueString( int IndexX, int IndexY ): String;
EbsMatrix Class | EbsOpen Namespace