Aspose::Cells::Cells::SetColumnWidthPixel method

Cells::SetColumnWidthPixel method

Sets column width in unit of pixels in normal view.

void Aspose::Cells::Cells::SetColumnWidthPixel(int32_t column, int32_t pixels)
ParameterTypeDescription
columnint32_tColumn index.
pixelsint32_tNumber of pixels.

See Also