WorksheetInfo class

WorksheetInfo class

Represents a sheet info.

The WorksheetInfo type exposes the following members:

Constructors

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

Properties

Property Description
is_empty Gets a value that indicates whether the worksheet is empty.
index Gets an index of the worksheet.
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.
name Gets a name of the worksheet.

See Also