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
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
8.1.2 Column
It is recommended that you switch to the
originpro
package. PyOrigin is primarily for users who need to work with Origin version prior to 2021.
Name
Column
Hierarchy
OriginObject
DataObjectBase
DataObject
Column
Property
Name
Brief
Example
CategMapCategories
Read only property. Get the categorical map of the column.
Examples
CategMapSort
Read only property. Return the sort order of the categories.
Examples
CategMapType
Get/Set the categorical map type.
Examples
Comments
Get/Set the comments in a column label.
Examples
Format
Get/Set the column format.
Examples
LowerBound
Get/Set the begining row display index
Examples
SubFormat
Get/Set the SubFormat used by a column.
Examples
Type
Get/Set the type designator of a column
Examples
Units
Get/Set the units in a column label
Examples
UpperBound
Get/Set the ending row display index
Examples
X0
Get/Set Column Additional information: EvenX Initial Value
Examples
X1
Get/Set Column Additional information EvenX Increment
Examples
Members
Name
Brief
Example
GetCategMapCategories
Get the categorical map of the column.
Examples
GetCategMapSort
Get the sort order of the categories.
Examples
GetCategMapType
Get the categorical map type.
Examples
GetComments
Get the comments in a column label.
Examples
GetData
Get the column data
Examples
GetFormat
Get the column format.
Examples
GetLowerBound
Get the begining row index for this column. Index values are 0 based.
Examples
GetParameter
Get one parameter value from column label.
Examples
GetParent
Get the Parent worksheet
Examples
GetStringArray
Copy the contents of a Text Dataset into a StringArray.
Examples
GetSubFormat
Get the SubFormat used by a column.
Examples
GetType
Get the type designator of a column (X, Y, Z, YErr, XErr, L or disregard).
Examples
GetUnits
Get the units in a column label.
Examples
GetUpperBound
Get the row index of the last data in this column. Index values are 0 based.
Examples
GetUserDefLabel
Get the user defined label
Examples
GetX0
Get Column Additional information: EvenX Initial Value
Examples
GetX1
Get Column Additional information EvenX Increment
Examples
PutStringArray
Put (copy) the contents of a StringArray to a Column
Examples
SetCategMapSortCategories
Set the category list and sort order.
Examples
SetCategMapType
Set the categorical map type.
Examples
SetComments
Set the comments in a column label.
Examples
SetData
Put an array of values to a column object
Examples
SetFormat
Set the column format
Examples
SetLowerBound
Set the begining row display index
Examples
SetParameter
Set one parameter in a column label
Examples
SetSubFormat
Set the SubFormat used by a column.
Examples
SetType
Set the type designator of a column (X, Y, Z, YErr, XErr, L or disregard)
Examples
SetUnits
Set the units in a column label
Examples
SetUpperBound
Set the ending row display indices for this column. Index values are 0 based offsets so use SetUpperBound(-1) to display no rows
Examples
SetUserDefLabel
Set the user defined label
Examples
SetX0
Set Column Additional information EvenX Initial Value
Examples
SetX1
Set Column Additional information EvenX Increment
Examples
DataObject Members
Name
Brief
Example
ExecuteFormula
Trigger the execution of Column/MatrixObject formula
Examples
GetDataFormat
Get DataFormat property of one DataObject
Examples
GetDigitMode
Gets the display mode used for numbers in a column
Examples
GetDigits
Get the digit value for the numeric display mode.
Examples
GetDisplayFormat
Get the display format of the DataObject
Examples
GetFormula
Get the formula of the DataObject
Examples
SetDataFormat
Set DataFormat property of one DataObject
Examples
SetDigitMode
Set the display mode used for numbers in a column
Examples
SetDigits
Set the digit value for the numeric display mode
Examples
SetDisplayFormat
Gets the display format of the DataObject
Examples
SetFormula
Set the LabTalk formula and optional Before Formula Script for Column and MatrixObject
Examples
DataObjectBase Members
Name
Brief
Example
GetDatasetName
Get the name of the dataset which the DataObjectBase object is associated with.
Examples
OriginObject Members
Name
Brief
Example
Destroy
Destroy the Origin object
Examples
DoMethod
Execute object LabTalk methods
Examples
GetBinaryStorage
Get a binary storage as a tree
GetComments
Retrieve the comments from an object that supports Comments
Examples
GetIndex
Get the index of an object in a Collection
Examples
GetLongName
Get the long name of an object
Examples
GetName
Get the short name of an object
Examples
GetNumProp
Get object property via LabTalk property name
Examples
GetShow
Get the show status of an object
Examples
GetStorageNames
Get names of storage class objects
GetStrProp
Get object property via LabTalk property name
Examples
GetTheme
Get the theme as treenode
Examples
LT_execute
Execute the Labtalk script code.
Examples
SetComments
Sets the comments with a text string to an object that supports Comments
Examples
SetIndex
Set the index of an object in a Collection
Examples
SetLongName
Set the long name of an object
Examples
SetName
Set the short name of an object
Examples
SetNumProp
Set object property via LabTalk property name
Examples
SetShow
Set the show status of an object
Examples
SetStrProp
Set object property via LabTalk property name
Examples
SetTheme
Set the theme as treenode
OriginBase Members
Name
Brief
Example
IsValid
Check whether the instance is valid
Examples
Skip Navigation Links
All Books
Python
PyOrigin in Embedded Python
PyOrigin Classes
Column
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
Embedded Python
Installing and Managing Python Packages
Running Python Code
Using Python in Tools and Dialogs
Python Code Samples
Sample Projects with attached Python Code
Documentation for originpro package
PyOrigin in Embedded Python
PyOrigin Classes
PyOrigin Global Functions
ColorMap
Column
DataObject
DataObjectBase
DataPlot
DataRange
Datasheet
ExternalDialogPage
Folder
GraphLayer
GraphObject
GraphPage
Layer
LayoutPage
MatrixObject
MatrixPage
Matrixsheet
NotePage
OriginBase
OriginCollectionBase
OriginObject
Page
PageBase
ProjectInfo
TreeNode
Worksheet
WorksheetPage
Column::CategMapCategories
Column::CategMapSort
Column::CategMapType
Column::Comments
Column::Format
Column::GetCategMapCategories
Column::GetCategMapSort
Column::GetCategMapType
Column::GetComments
Column::GetData
Column::GetFormat
Column::GetLowerBound
Column::GetParameter
Column::GetParent
Column::GetStringArray
Column::GetSubFormat
Column::GetType
Column::GetUnits
Column::GetUpperBound
Column::GetUserDefLabel
Column::GetX0
Column::GetX1
Column::LowerBound
Column::PutStringArray
Column::SetCategMapSortCategories
Column::SetCategMapType
Column::SetComments
Column::SetData
Column::SetFormat
Column::SetLowerBound
Column::SetParameter
Column::SetSubFormat
Column::SetType
Column::SetUnits
Column::SetUpperBound
Column::SetUserDefLabel
Column::SetX0
Column::SetX1
Column::SubFormat
Column::Type
Column::Units
Column::UpperBound
Column::X0
Column::X1
English
|
Deutsch
|
日本語
© OriginLab Corporation. Alle Rechte vorbehalten.
×
☐
_
Let's Chat