Aspose::Cells::Cells::GetColumnWidth method

Cells::GetColumnWidth(int32_t, bool, CellsUnitType) method

Gets the column width.

double Aspose::Cells::Cells::GetColumnWidth(int32_t column, bool isOriginal, CellsUnitType unitType)
ParameterTypeDescription
columnint32_tThe column index.
isOriginalboolIndicates whether getting original width.
unitTypeCellsUnitType

ReturnValue

See Also

Cells::GetColumnWidth(int32_t) method

Gets the width(in unit of characters) of the specified column in normal view.

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

ReturnValue

Width of column. For spreadsheet, column width is measured as the number of characters of the maximum digit width of the numbers 0~9 as rendered in the normal style’s font.

See Also