ExcelDataCell class

ExcelDataCell class

Represents a single cell in an Excel workbook.

The ExcelDataCell type exposes the following members:

Properties

PropertyDescription
valueGets the value contained in the Excel cell.
nameGets the name of the chart data cell.
rowGets the zero-based index of the row in the worksheet where the cell is located.
Read-only int.
columnGets the zero-based index of the column in the worksheet where the cell is located.
Read-only int.

See Also