Cell.Name

Cell.Name property

Gets the name of the cell.

public string Name { get; }

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.

See Also