    

 ## On this page

  

 

 # `Column`

 Last update: 16.07.2025 

<a id="ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.Column"></a>

#### *class* Ansys.ACT.Automation.Mechanical.Column

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

Column class.

<a id="overview"></a>

## Overview

### Methods

NameDescription[`Add`](#Column.Add)[`ChangeVariableType`](#Column.ChangeVariableType)Contains the business logic for changing the variable type.[`Clear`](#Column.Clear)[`Contains`](#Column.Contains)[`CopyTo`](#Column.CopyTo)[`GetEnumerator`](#Column.GetEnumerator)[`IndexOf`](#Column.IndexOf)[`Insert`](#Column.Insert)[`Remove`](#Column.Remove)[`RemoveAt`](#Column.RemoveAt)### Properties

NameDescription[`Count`](#Column.Count)Count property.[`DataType`](#Column.DataType)DataType property.[`IsFixedSize`](#Column.IsFixedSize)IsFixedSize property.[`IsIndependent`](#Column.IsIndependent)IsIndependent property.[`IsReadOnly`](#Column.IsReadOnly)IsReadOnly property.[`IsSynchronized`](#Column.IsSynchronized)IsSynchronized property.[`Item`](#Column.Item)Item property.[`Name`](#Column.Name)Name property.[`QuantityName`](#Column.QuantityName)QuantityName property.[`SyncRoot`](#Column.SyncRoot)SyncRoot property.[`Unit`](#Column.Unit)Unit property.[`Values`](#Column.Values)Values property.[`VariableClassification`](#Column.VariableClassification)VariableClassification property.[`VariableType`](#Column.VariableType)VariableType property.<a id="property-detail"></a>

## Property detail

<a id="Column.Count"></a>

### *property* Column.Count *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

Count property.

<a id="Column.DataType"></a>

### *property* Column.DataType *: [type](https://docs.python.org/3/library/functions.html#type) | [None](https://docs.python.org/3/library/constants.html#None)*

DataType property.

<a id="Column.IsFixedSize"></a>

### *property* Column.IsFixedSize *: [bool](https://docs.python.org/3/library/functions.html#bool) | [None](https://docs.python.org/3/library/constants.html#None)*

IsFixedSize property.

<a id="Column.IsIndependent"></a>

### *property* Column.IsIndependent *: [bool](https://docs.python.org/3/library/functions.html#bool) | [None](https://docs.python.org/3/library/constants.html#None)*

IsIndependent property.

<a id="Column.IsReadOnly"></a>

### *property* Column.IsReadOnly *: [bool](https://docs.python.org/3/library/functions.html#bool) | [None](https://docs.python.org/3/library/constants.html#None)*

IsReadOnly property.

<a id="Column.IsSynchronized"></a>

### *property* Column.IsSynchronized *: [bool](https://docs.python.org/3/library/functions.html#bool) | [None](https://docs.python.org/3/library/constants.html#None)*

IsSynchronized property.

<a id="Column.Item"></a>

### *property* Column.Item *: Any | [None](https://docs.python.org/3/library/constants.html#None)*

Item property.

<a id="Column.Name"></a>

### *property* Column.Name *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Name property.

<a id="Column.QuantityName"></a>

### *property* Column.QuantityName *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

QuantityName property.

<a id="Column.SyncRoot"></a>

### *property* Column.SyncRoot *: Any | [None](https://docs.python.org/3/library/constants.html#None)*

SyncRoot property.

<a id="Column.Unit"></a>

### *property* Column.Unit *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Unit property.

<a id="Column.Values"></a>

### *property* Column.Values *: Collection | [None](https://docs.python.org/3/library/constants.html#None)*

Values property.

<a id="Column.VariableClassification"></a>

### *property* Column.VariableClassification *: [Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification](../../../Mechanical/DataModel/MechanicalEnums/Table/VariableClassification.md#ansys.mechanical.stubs.v241.Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification) | [None](https://docs.python.org/3/library/constants.html#None)*

VariableClassification property.

<a id="Column.VariableType"></a>

### *property* Column.VariableType *: [Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType](../../../Mechanical/DataModel/MechanicalEnums/Table/VariableType.md#ansys.mechanical.stubs.v241.Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType) | [None](https://docs.python.org/3/library/constants.html#None)*

VariableType property.

<a id="method-detail"></a>

## Method detail

<a id="Column.Add"></a>

### Column.Add(value: Any)

<a id="Column.ChangeVariableType"></a>

### Column.ChangeVariableType(newVariableType: [Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType](../../../Mechanical/DataModel/MechanicalEnums/Table/VariableType.md#ansys.mechanical.stubs.v241.Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType), newVariableClassification: [Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification](../../../Mechanical/DataModel/MechanicalEnums/Table/VariableClassification.md#ansys.mechanical.stubs.v241.Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification), newUnit: [str](https://docs.python.org/3/library/stdtypes.html#str))

Contains the business logic for changing the variable type.

<a id="Column.Clear"></a>

### Column.Clear()

<a id="Column.Contains"></a>

### Column.Contains(value: Any)

<a id="Column.CopyTo"></a>

### Column.CopyTo(array: List, destinationStartIndex: [int](https://docs.python.org/3/library/functions.html#int))

<a id="Column.GetEnumerator"></a>

### Column.GetEnumerator()

<a id="Column.IndexOf"></a>

### Column.IndexOf(value: Any)

<a id="Column.Insert"></a>

### Column.Insert(index: [int](https://docs.python.org/3/library/functions.html#int), value: Any)

<a id="Column.Remove"></a>

### Column.Remove(value: Any)

<a id="Column.RemoveAt"></a>

### Column.RemoveAt(index: [int](https://docs.python.org/3/library/functions.html#int))