# AsposeCellsCloud::Object::AnalyzedColumnDescription ## Load the model package ```perl use AsposeCellsCloud::Object::AnalyzedColumnDescription; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Index** | **int** | Column index. | **ColumnIndex** | **int** | The true position index value of the column. | **Title** | **string** | This class has a public property "Title" of type string with a default value of an empty string. | **RepetitionRate** | **double** | When the repetition rate is high, can it be viewed as a group display? | **ColumnDataDataType** | **string** | The column type is identified, and the attributes of the column are determined after data analysis. | **NumberCategoryType** | **string** | | **TextCategoryType** | **string** | | **StyleNumber** | **int** | | **columnDataExceptionDescription** | **string** | Column data exception description. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)