set_column_properties
Set column properties like long name, units, comment, and designation in an Origin Pro workbook sheet.
Instructions
Set a column's long name, units, comment, and/or designation.
Args: book_name: Workbook name sheet_name: Sheet name col: Column (1-based) long_name: Long name (label row) units: Units (label row) comment: Comment (label row) designation: One of none, x, y, z, yerr, xerr, label (blank = leave)
Returns: Success message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_name | Yes | ||
| sheet_name | Yes | ||
| col | Yes | ||
| long_name | No | ||
| units | No | ||
| comment | No | ||
| designation | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |