Aspose::Cells::Cells::SetViewColumnWidthPixel method

Cells::SetViewColumnWidthPixel method

Sets the width of the column in different view.

void Aspose::Cells::Cells::SetViewColumnWidthPixel(int32_t column, int32_t pixels)
ParameterTypeDescription
columnint32_tThe column index.
pixelsint32_tThe width in unit of pixels.

Remarks

If the current view type is ViewType.PageLayoutView, the column’s width is same as printed width.

See Also