set_columns_alignment method

set_columns_alignment

Set the horizontal alignment of the specified columns

def set_columns_alignment(self, column_index, columns_count, val):
    ...
ParameterTypeDescription
column_indexintZero-based index of the first column to set alignment
columns_countintThe number of columns to specify the alignment
valMathHorizontalAlignmentNew value of horizontal alignment of specified column

See Also