WorksheetRange class

WorksheetRange class

Provides the range which are used for the worksheet extraction.

The WorksheetRange type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the WorksheetRange class.

Properties

Property Description
is_empty Gets a value that indicates whether the range is empty.
min_row_index Gets an index of the first row.
max_row_index Gets an index of the last row.
min_column_index Gets an index of the first column.
max_column_index Gets an index of the last column.

See Also