The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin中文论坛
 Origin 中文论坛 (Chinese Origin Forum)
 如何使用Range Notation引用数据
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

vickey

14 Posts

Posted - 05/17/2016 :  05:25:50 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
1. 引用工作簿
a. 直接引用
range rPage1 = [Book1]; // Book1是工作簿窗口的Short Name
range rPage2 = ["MyBook"]; // MyBook是工作簿窗口的Long Name
b. 利用%H
range rPage3 = [%H]; // %H 是系统字符串,表示当前窗口Short Name
c. 利用string variable
string strBookName$ = %H; // strBookName 存储了当前窗口的Short Name
range rPage4 = [%(strBookName$)];


持续更新~
敬请期待!

Edited by - vickey on 05/17/2016 9:38:51 PM
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000