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

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
DefinitionPropertiesColumnsNameRows
Not finding the help you need?
Contact Support