InterfaceIColumnExporter
Streams column-level layout and visibility settings to the output worksheet.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
public interface IColumnExporter : IDisposable
Inherited Members
Methods
SetHidden(bool)
Hide or show the column without removing its data from the sheet.
Declaration
void SetHidden(bool value)
Parameters
value
True for hidden; otherwise false.
SetOutlineLevel(int)
Define the outline level used for grouping operations (0 for none, increasing for nested groups).
Declaration
void SetOutlineLevel(int value)
Parameters
value
The outline level value.
SetWidthInCharacters(double)
Set the column width measured as the number of zero (0) characters that fit (Excel character-based width).
Declaration
void SetWidthInCharacters(double count)
Parameters
count
The count of the characters.
SetWidthInPixels(double)
Set the column width in device-independent pixels for precise layout control.
Declaration
void SetWidthInPixels(double value)
Parameters
value
The width value in pixels.