30+
Jahre Hochleistungssoftware für Wissenschaft und Ingenieurwesen
Anmeldung
Watch Videos
Kostenlos testen
Kaufen
English
日本語
Deutsch
Toggle navigation
Produkte
PRODUKTE
Origin
OriginPro
Origin-Viewer
Alle Produkte
Origin vs. OriginPro
Neuerungen in der aktuellen Version
Produktliteratur
DEMONSTRATIONEN
Anwendungen
Anwenderberichte
Grafikgalerie
Animationsgalerie
3D-Funktionsgalerie
FUNKTIONEN
Grafische Darstellung in 2D und 3D
Peakanalyse
Kurvenanpassung
Statistik
Signalverarbeitung
Schlüsselfunktionen nach Version
LIZENZIERUNGSOPTIONEN
Node-Locked (rechnergebunden)
FLEXnet Concurrent (Netzwerk)
Dongle
Akademiker
Studentenversion
Anwender in der Industrie
Anwender in Behörden
Warum OriginLab?
Wer verwendet Origin?
Anwendermeinungen
Veröffentlichte Produktbewertungen
Online-Shop
Angebot anfragen/Bestellen
Vertriebspartner suchen
Apps
Data Import
CSV Connector
Excel Connector
MATLAB Connector
XML Connector
LeCroy Connector
Agilent MS
Tektronix WFM
Google Map
N42 Connector
More...
Graphing
Graph Maker
Paired Comparison Plot
Manhattan Plot
Forest Plot
Piper Diagram
Voronoi Diagram
Chromaticity Diagram
Heatmap with Dendrogram
More...
Publishing
Graph Publisher
Send Graphs to PowerPoint
Send Graphs to Word
Send Graphs to OneNote
Movie Creator
Graph Anim
More...
Curve Fitting
Simple Fit
Speedy Fit
Rank Models
Fit ODE
Neural Network Fitting
Fit Convolution
Polynomial Surface fit
Enzyme Kinetics
Drug Dissolution Analysis
More...
Peak Analysis
Simple Spectroscopy
Peak Deconvolution
Pulse Integration
Align Peaks
Global Peak Fit
PCA for Spectroscopy
2D Peak Analysis
Gel Molecular Weight Analyzer
More...
Statistics
Stats Advisor
PCA
DOE
Chi-Square Test
Weibull Fit
Structural Equation Modeling
Surface Roughness Parameters
More...
How do Apps work in Origin?
Suggest a New App
Kaufen
Neuaufträge
Softwarepflege verlängern
Upgrade für Origin
Vertrieb kontaktieren (nur USA & Kanada)
Vertriebspartner suchen
Lizenzierungsoptionen
Node-Locked (rechnergebunden)
FLEXnet Concurrent (Netzwerk)
Dongle
Akademiker
Studentenversion
Anwender in der Industrie
Anwender in Behörden
Warum OriginLab?
FAQ für Vertrieb
Support
SERVICE
Origin auf neuen PC übertragen
Origin lizenzieren/registrieren
Beratung
Schulung
SUPPORT
FAQ für Support
Hilfecenter
Support kontaktieren
Support-Richtlinien
DOWNLOADS
Service Releases
Origin Viewer
Orglab Module
Produktliteratur
Demoversion von Origin
Alle Downloads
VIDEOS
Installation und Lizenzierung
Einführung in Origin
Alle Video-Tutorials
DOKUMENTATION
Hilfe
Tutorials
Programmierung mit Python
Programmierung mit OriginC
Programmierung mit LabTalk
Gesamte Dokumentation
Communities
Anwenderforum
Anwenderdateiaustausch
Facebook
YouTube
LinkedIn
Über uns
OriginLab Corp.
Neuigkeiten & Events
Karriere
Vertriebspartner
Kontakt
Anmeldung
Origin C Reference
>
Classes
>
Internal Origin Objects
>
Worksheet
Origin C Reference
>
Struct
>
Internal Origin Objects
>
Worksheet
Origin C Reference
>
Enum
>
Internal Origin Objects
>
DataSheet
>
Worksheet
All Books
Non-Programming Books
User Guide
Tutorials
Quick Help
Origin Help
Programming Books
X-Function
Origin C
LabTalk Programming
Python
Python (External)
Automation Server
LabVIEW VI
Apps
App Development
Code Builder
License
Orglab
2.1.14.4 Worksheet
Worksheet-GlobalFunction
Functions
Name
Brief
Example
get_book_sheet_names
check given string to see if in the form of [Book]Sheet1, if yes, break down and return book and sheet names
Examples
find_col_by_name
To find column by long name, if not found then find column by short name.
Examples
find_user_defined_label
To find the user defined label by name in Worksheet.
Examples
is_col_all_text
check a worksheet column to see if it is really a text column
Examples
is_column_in_bounds
Check the column if is in the bound
Examples
make_book_sheet_name
return string in the form of [Data1]Sheet1
Examples
okoc_create_workbook
creating a new workbook with more controls
Examples
out_tree_to_wks
output result from tree to worksheet.
Examples
save_data_2_Wks
put XY or XYZ data to worksheet
Examples
setLabelValueFromRows
Set column label value from rows value
Examples
sheet_find_empty_dataobject
Find first DataObject of last empty range in the specified Datasheet starting with the specified DataObject.
Examples
wks_add_show_labels
Add more labels to worksheet column lablel region, make display order according order in vnType
Examples
wks_copy
Copy a worksheet from another worksheet
Examples
wks_find_empty_column
Find first column of last empty range in the specified worksheet starting with the specified column.
Examples
wks_from_book_sheet_name
Attach a worksheet by [Book]Sheet string
Examples
wks_get_book_sheet_name
construct the [Book1]Sheet1 string from given Datasheet
Examples
wks_has_complex_col
Checks whether worksheet has complex column
Examples
wks_has_x
when import data, if we need not show time column and use append col import mode, we need check if wks has x column. It will return true, if wks is not empty AND has X column.
Examples
wks_insert_column
It appends or inserts a column to worksheet at a desired position.
Examples
wks_scroll_into_view
worksheet scroll function
Examples
wks_sep_label
Extract units from worksheet column Long Name or other label row
Examples
wks_set_label_text_control
Change worksheet label text style control.
Examples
wks_set_show_labels
Configure worksheet column lablel region display options
Examples
Skip Navigation Links
All Books
Origin C
Origin C Reference
Global Functions
Internal Origin Objects
Worksheet
User Guide
Tutorials
Quick Help
Origin Help
X-Function
Origin C
LabTalk Programming
Python
Python (External)
Automation Server
LabVIEW VI
Apps
App Development
Code Builder
License
Orglab
Programmieren
Origin C Programming Guide
Origin C Reference
Beispiele (DescStats)
Origin Developer Kit
Build Dialogs using HTML and JavaScript
Global Functions
Classes
Macros
Typedef
Struct
Enum
Basic IO
Character and String Manipulation
COM
Communications
Curve
Data Conversion
Data Range
Date Time
File IO
File Management
Fitting
Image Processing
Import Export
Internal Origin Objects
LabTalk Interface
Math Functions
Mathematik
Matrixkonvertierung und Gridding
Memory Management
NAG Functions
Network
Signal Processing
Spectroscopy
Statistics
System
Tree
User Interface
Graph
Matrix
Page and Layer
Worksheet
find_col_by_name
find_user_defined_label
get_book_sheet_names
is_column_in_bounds
is_col_all_text
make_book_sheet_name
okoc_create_workbook
out_tree_to_wks
save_data_2_Wks
setLabelValueFromRows
sheet_find_empty_dataobject
wks_add_show_labels
wks_copy
wks_find_empty_column
wks_from_book_sheet_name
wks_get_book_sheet_name
wks_has_complex_col
wks_has_x
wks_insert_column
wks_scroll_into_view
wks_sep_label
wks_set_label_text_control
wks_set_show_labels
English
|
Deutsch
|
日本語
© OriginLab Corporation. Alle Rechte vorbehalten.
×
☐
_
Let's Chat