Aspose::Cells::Cells::SetColumnWidth method

Cells::SetColumnWidth method

Sets the width of the specified column in normal view.

void Aspose::Cells::Cells::SetColumnWidth(int32_t column, double width)
ParameterTypeDescription
columnint32_tColumn index.
widthdoubleWidth of column.Column width must be between 0 and 255.

Remarks

To hide a column, sets column width to zero.

See Also