get_column_width method

get_column_width

Returns the column width.

Returns

A double value that represents the width of the column.

def get_column_width(self, column_index):
    ...
Parameter Type Description
column_index int The zero-based index of the column.

See Also