get_column_original_width_point method

get_column_original_width_point

Gets original column’s height in unit of point if the column is hidden

Returns

def get_column_original_width_point(self, column):
    ...
ParameterTypeDescription
columnintThe row index.

Remarks

NOTE: This method is now obsolete. Instead, please use Cells.GetColumnWidth(int ,bool , CellsUnitType ) method. This method will be removed 12 months later since April 2024. Aspose apologizes for any inconvenience you may have experienced.

See Also