WorksheetRange

WorksheetRange class

Provides the range which are used for the worksheet extraction.

public sealed class WorksheetRange

Constructors

Name Description
WorksheetRange(int, int, int, int) Initializes a new instance of the WorksheetRange class.

Properties

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.

See Also