set_column_width_pixel method

set_column_width_pixel(self, column, pixels)

Sets column width in unit of pixels in normal view.


def set_column_width_pixel(self, column, pixels):
    ...
ParameterTypeDescription
columnintColumn index.
pixelsintNumber of pixels.

See Also