Interface IRowImporter
Defines members for the row importer classes.
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public interface IRowImporter
Properties
Cells
Gets the cells.
Declaration
IEnumerable<ICellImporter> Cells { get; }
Property Value
System.Collections.Generic.IEnumerable<ICellImporter>
The cells. |
HeightInPixels
Gets the height in pixels.
Declaration
double HeightInPixels { get; }
Property Value
System.Double
The height in pixels. |
HeightInPoints
Gets the height in points.
Declaration
double HeightInPoints { get; }
Property Value
System.Double
The height in points. |
IsCustomHeight
Gets a value indicating if the height is custom.
Declaration
bool IsCustomHeight { get; }
Property Value
System.Boolean
A value indicating if the height is custom. |
IsHidden
Gets a value indicating if the row is hidden.
Declaration
bool IsHidden { get; }
Property Value
System.Boolean
A value indicating if the row is hidden. |
OutlineLevel
Gets the outline level.
Declaration
int OutlineLevel { get; }
Property Value
System.Int32
The outline level. |
RowIndex
Gets the index of the row.
Declaration
int RowIndex { get; }
Property Value
System.Int32
The index of the row. |