Aspose::Cells::Cells::GetColumnWidthInch method

Cells::GetColumnWidthInch method

Gets the width of the specified column in normal view, in units of inches.

Deprecated

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

double Aspose::Cells::Cells::GetColumnWidthInch(int32_t column)
ParameterTypeDescription
columnint32_tColumn index

ReturnValue

Width of column

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