name property

name property

Gets the name of the cell.

Remarks

A cell name includes its column letter and row number. For example, the name of a cell in row 0 and column 0 is A1.

Definition:

@property
def name(self):
    ...

See Also