active_cell property

active_cell property

Gets or sets the active cell in the worksheet.

Definition:

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

See Also