convert_grid_style property

convert_grid_style property

Indicates whether apply the style of the grid view to cells.

Definition:

@property
def convert_grid_style(self):
    ...
@convert_grid_style.setter
def convert_grid_style(self, value):
    ...

See Also