WorksheetCell
Contents
[
Hide
]
WorksheetCell class
Represents a worksheet cell.
public sealed class WorksheetCell
Constructors
| Name | Description |
|---|---|
| WorksheetCell(int, int, int, string) | Initializes a new instance of the WorksheetCell class. |
| WorksheetCell(int, int, int, int, int, string) | Initializes a new instance of the WorksheetCell class. |
Properties
| Name | Description |
|---|---|
| ColumnIndex { get; } | Gets the column index. |
| ColumnSpan { get; } | Gets the total number of columns that contain the cell. |
| RowIndex { get; } | Gets the row index. |
| RowSpan { get; } | Gets the total number of rows that contain the cell. |
| Text { get; } | Gets the worksheet cell text value. |
| WorksheetIndex { get; } | Gets the worksheet index. |
See Also
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser