1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Data
  6. /
  7. WorksheetInfo

WorksheetInfo

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