start_cell property

start_cell property

Gets and sets the start cell.

Remarks

Only works when the file is not speadsheetML or mapping xml to Excel.

Definition:

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

See Also