cell_type property

cell_type property

Gets or sets the type of the cell.

Definition:

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

See Also