IExcelDataCell

IExcelDataCell interface

Represents a single cell in an Excel workbook.

public interface IExcelDataCell

Properties

NameDescription
Column { get; }Gets the zero-based index of the column in the worksheet where the cell is located. Read-only Int32.
Name { get; }Gets the name of the chart data cell. Read-only String.
Row { get; }Gets the zero-based index of the row in the worksheet where the cell is located. Read-only Int32.
Value { get; }Gets the value contained in the Excel cell. Read-only Object.

See Also