WorksheetInfo
Leave feedback
On this page
Represents a sheet info.
public sealed class WorksheetInfo
| Name | Description |
|---|---|
| WorksheetInfo(int, string, WorksheetRange) | Initializes a new instance of the WorksheetInfo class. |
| Name | Description |
|---|---|
| Index { get; } | Gets an index of the worksheet. |
| IsEmpty { get; } | Gets a value that indicates whether the worksheet is empty. |
| MaxColumnIndex { get; } | Gets an index of the last column. |
| MaxRowIndex { get; } | Gets an index of the last row. |
| MinColumnIndex { get; } | Gets an index of the first column. |
| MinRowIndex { get; } | Gets an index of the first row. |
| Name { get; } | Gets a name of the worksheet. |
- 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.