IRowImporter
Interface
Exposes row position, layout, visibility, and streamed cell sequence while importing a worksheet.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
C#
public interface IRowImporter
Properties
Enumerates the streamed cells contained in this row.
C#
IEnumerable<ICellImporter> Cells { get; }
The cells.
Gets the row height in device-independent pixels when custom height is defined.
C#
double HeightInPixels { get; }
The height in pixels.
Gets the row height in points when custom height is defined.
C#
double HeightInPoints { get; }
The height in points.
Gets a value indicating whether a custom height has been explicitly set.
C#
bool IsCustomHeight { get; }
A value indicating if the height is custom.
Gets a value indicating whether the row is hidden from view.
C#
bool IsHidden { get; }
A value indicating if the row is hidden.
Gets the grouping outline depth (0 for none) applied to the row.
C#
int OutlineLevel { get; }
The outline level.