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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 (un)hiding rows of data

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Ico Posted - 07/18/2013 : 05:38:47 AM
9.0 SR1
Win7
How can i hide rows within a table under LabTalk?
Manual hiding is no problem and using wks.isRowHidden i can check the status.
1   L A T E S T    R E P L I E S    (Newest First)
Penn Posted - 07/19/2013 : 01:14:25 AM
Hi,

Please try the wrowhide X-Function, for example, to hide the second row in sheet1 of book1:

range rr = [book1]sheet1!col(a)[2]:col(b)[2];
wrowhide irng:=rr operation:=hide;


Penn

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000