get_style method

get_style

Gets the cell style.

Returns

Style object.

def get_style(self):
    ...

Remarks

To change the style of the cell, please call Cell.SetStyle() method after modifying the returned style object. This method is same with Cell.get_style with true value for the parameter.

get_style

If checkBorders is true, check whether other cells’ borders will effect the style of this cell.

Returns

Style object.

def get_style(self, check_borders):
    ...
ParameterTypeDescription
check_bordersboolCheck other cells’ borders

Remarks

See Also