WorksheetRange
Leave feedback
On this page
Provides the range which are used for the worksheet extraction.
public sealed class WorksheetRange
| Name | Description |
|---|---|
| WorksheetRange(int, int, int, int) | Initializes a new instance of the WorksheetRange class. |
| Name | Description |
|---|---|
| IsEmpty { get; } | Gets a value that indicates whether the range 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. |
- 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.