Aspose::Cells::Cells::SetColumnWidthInch method

Cells::SetColumnWidthInch method

Sets column width in unit of inches in normal view.

void Aspose::Cells::Cells::SetColumnWidthInch(int32_t column, double inches)
ParameterTypeDescription
columnint32_tColumn index.
inchesdoubleNumber of inches.

See Also