Interface
IWorksheetImporter

Provides streamed access to worksheet structure (rows, columns) and name during workbook import.

Definition

Namespace:Telerik.Documents.SpreadsheetStreaming

Assembly:Telerik.Documents.SpreadsheetStreaming.dll

Syntax:

cs-api-definition
public interface IWorksheetImporter : IDisposable

Inherited Members IDisposable.Dispose()

Properties

AutoFilter

Gets the AutoFilter applied to the worksheet, or null if no AutoFilter is defined. This property can only be accessed after all rows have been consumed.

Declaration

cs-api-definition
SpreadAutoFilter AutoFilter { get; }

Property Value

SpreadAutoFilter

The auto filter.

Columns

Gets a sequence of column descriptors exposing width, grouping, and visibility.

Declaration

cs-api-definition
IEnumerable<IColumnImporter> Columns { get; }

Property Value

IEnumerable<IColumnImporter>

The columns.

Name

Gets the worksheet's name as stored in the workbook.

Declaration

cs-api-definition
string Name { get; }

Property Value

string

The name.

Rows

Gets a streamed sequence of row importers for reading cell sets row by row.

Declaration

cs-api-definition
IEnumerable<IRowImporter> Rows { get; }

Property Value

IEnumerable<IRowImporter>

The rows.

In this article
DefinitionPropertiesAutoFilterColumnsNameRows
Not finding the help you need?
Contact Support