Interface IRowExporter
Defines members for the row exporter classes.
Inherited Members
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public interface IRowExporter : IDisposable
Methods
CreateCellExporter()
Creates a cell exporter.
Declaration
ICellExporter CreateCellExporter()
Returns
ICellExporter
The cell exporter. |
SetHeightInPixels(Double)
Sets the row height in pixels.
Declaration
void SetHeightInPixels(double value)
Parameters
System.Double
value
The row height value in pixels. |
SetHeightInPoints(Double)
Sets the row height in points.
Declaration
void SetHeightInPoints(double value)
Parameters
System.Double
value
The row height value in points. |
SetHidden(Boolean)
Sets a value indicating whether the row should be hidden.
Declaration
void SetHidden(bool value)
Parameters
System.Boolean
value
True for hidden; otherwise false. |
SetOutlineLevel(Int32)
Sets the row outline level.
Declaration
void SetOutlineLevel(int value)
Parameters
System.Int32
value
The row outline level value. |
SkipCells(Int32)
Skips a specified number of cells.
Declaration
void SkipCells(int count)
Parameters
System.Int32
count
The count of the cells to skip. |