WorksheetInfo
Contents
[
Hide
]
WorksheetInfo class
Represents a sheet info.
public sealed class WorksheetInfo
Constructors
Name | Description |
---|---|
WorksheetInfo(int, string, WorksheetRange) | Initializes a new instance of the WorksheetInfo class. |
Properties
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. |
See Also
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser