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
- module
aspose.cells
- class
Worksheet
Gets or sets the active cell in the worksheet.
@property
def active_cell(self):
...
@active_cell.setter
def active_cell(self, value):
...
aspose.cells
Worksheet