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:
public interface IRowImporter
Properties
Cells
IEnumerable<ICellImporter>
Enumerates the streamed cells contained in this row.
IEnumerable<ICellImporter> Cells { get; }
The cells.
Gets the row height in device-independent pixels when custom height is defined.
double HeightInPixels { get; }
The height in pixels.
Gets the row height in points when custom height is defined.
double HeightInPoints { get; }
The height in points.
Gets a value indicating whether a custom height has been explicitly set.
bool IsCustomHeight { get; }
A value indicating if the height is custom.
Gets a value indicating whether the row is hidden from view.
bool IsHidden { get; }
A value indicating if the row is hidden.
Gets the grouping outline depth (0 for none) applied to the row.
int OutlineLevel { get; }
The outline level.