get_cell_style method

get_cell_style

Get the style of given cell.

Returns

the style of given cell.

def get_cell_style(self, row, column):
    ...
ParameterTypeDescription
rowintrow index
columnintcolumn

See Also