...
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
ORG-22637 | Banded Rows or Columns | Alternate row column fill color | Click on upper-left corner of worksheet to turn on/off banded rows and set Banded Rows Color and show color on even or odd rows. Labtalk property for worksheet: wks.band=0 - off, or 1 - on System variables to control banding color and if it shows on odd or even rows: @WBC - RGB color @WBE=0 -odd rows, or 1 - even rows |
ORG-22868 | Freeze Panes | Freeze rows and columns in worksheet | Freeze row or column makes navigating worksheet much easier.
|
ORG-23417 | Protect Worksheet | Disable Editing of worksheet by adding a lock on sheet |
Lock icon shows in front of sheet name
|
Analysis
Programming
Python
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
ORG-24891 | Some Apps fails to work due to python package version interfere with each other | Some App need same Python Package, one need the latest version and another one need old version, in old version, both of them in same folder C:\ProgramData\OriginLab\PyPackage, it will cause compatibility issue. Now, Origin Support multiple PyPackage folder by specify @PYP | Example to install two Apps need same Python Package, need to do the following:
If you want to use the SVM Classification app, need to set @PYP=0, and restart Origin |