Aspose::Cells::Cells::GetColumnWidth method

Cells::GetColumnWidth 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