Hi All!
I have local variable of type Matrix in some function.
How can I attach this local matrix to Origin`s matrix using ShortNames of Book and Sheet?
Expression like
MyMatrix.Attach("[MBook1]MSheet1!");
does not return true!
How can I do it by using string variables?
Thanks!