WorksheetCell
Leave feedback
On this page
Represents a worksheet cell.
public sealed class WorksheetCell
| 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. |
| 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. |
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.