Aspose::Cells::Cells::GetColumnOriginalWidthPoint method

Cells::GetColumnOriginalWidthPoint method

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

Deprecated

Use Cells.GetColumnWidth(int ,bool , CellsUnitType ) method, instead.

double Aspose::Cells::Cells::GetColumnOriginalWidthPoint(int32_t column)
ParameterTypeDescription
columnint32_tThe row index.

ReturnValue

Width of column in normal view.

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