InterfaceIRowExporter
Streams row-level structure, height, visibility, and cell data to the output worksheet.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
public interface IRowExporter : IDisposable
Inherited Members
Methods
CreateCellExporter()
Create a forward-only cell exporter positioned at the next cell in the row.
Declaration
ICellExporter CreateCellExporter()
Returns
The cell exporter.
SetHeightInPixels(double)
Define a custom row height expressed in device-independent pixels.
Declaration
void SetHeightInPixels(double value)
Parameters
value
The row height value in pixels.
SetHeightInPoints(double)
Define a custom row height expressed in typographic points.
Declaration
void SetHeightInPoints(double value)
Parameters
value
The row height value in points.
SetHidden(bool)
Hide or show the row while retaining its data and formulas.
Declaration
void SetHidden(bool value)
Parameters
value
True for hidden; otherwise false.
SetOutlineLevel(int)
Set the grouping outline depth for the row (0 for none).
Declaration
void SetOutlineLevel(int value)
Parameters
value
The row outline level value.
SkipCells(int)
Advance the internal column position by the specified number of cells without writing content.
Declaration
void SkipCells(int count)
Parameters
count
The count of the cells to skip.