Interface
IRowImporter

Exposes row position, layout, visibility, and streamed cell sequence while importing a worksheet.

Definition

Namespace:Telerik.Documents.SpreadsheetStreaming

Assembly:Telerik.Documents.SpreadsheetStreaming.dll

Syntax:

cs-api-definition
public interface IRowImporter

Properties

Cells

Enumerates the streamed cells contained in this row.

Declaration

cs-api-definition
IEnumerable<ICellImporter> Cells { get; }

Property Value

IEnumerable<ICellImporter>

The cells.

HeightInPixels

Gets the row height in device-independent pixels when custom height is defined.

Declaration

cs-api-definition
double HeightInPixels { get; }

Property Value

double

The height in pixels.

HeightInPoints

Gets the row height in points when custom height is defined.

Declaration

cs-api-definition
double HeightInPoints { get; }

Property Value

double

The height in points.

IsCustomHeight

Gets a value indicating whether a custom height has been explicitly set.

Declaration

cs-api-definition
bool IsCustomHeight { get; }

Property Value

bool

A value indicating if the height is custom.

IsHidden

Gets a value indicating whether the row is hidden from view.

Declaration

cs-api-definition
bool IsHidden { get; }

Property Value

bool

A value indicating if the row is hidden.

OutlineLevel

Gets the grouping outline depth (0 for none) applied to the row.

Declaration

cs-api-definition
int OutlineLevel { get; }

Property Value

int

The outline level.

RowIndex

Gets the zero-based index of the row within the worksheet.

Declaration

cs-api-definition
int RowIndex { get; }

Property Value

int

The index of the row.