ExcelDataCell
ExcelDataCell class
Represents a single cell in an Excel workbook.
public class ExcelDataCell : IExcelDataCell
Properties
Name | Description |
---|---|
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. |
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. |
See Also
- interface IExcelDataCell
- namespace Aspose.Slides.Excel
- assembly Aspose.Slides