New to Telerik Document ProcessingStart a free 30-day trial

Streams column-level layout and visibility settings to the output worksheet.

Definition

Namespace:Telerik.Documents.SpreadsheetStreaming

Assembly:Telerik.Documents.SpreadsheetStreaming.dll

Syntax:

C#
public interface IColumnExporter : IDisposable

Inherited Members IDisposable.Dispose()

Methods

Hide or show the column without removing its data from the sheet.

C#
void SetHidden(bool value)
Parameters:valuebool

True for hidden; otherwise false.

Define the outline level used for grouping operations (0 for none, increasing for nested groups).

C#
void SetOutlineLevel(int value)
Parameters:valueint

The outline level value.

Set the column width measured as the number of zero (0) characters that fit (Excel character-based width).

C#
void SetWidthInCharacters(double count)
Parameters:countdouble

The count of the characters.

Set the column width in device-independent pixels for precise layout control.

C#
void SetWidthInPixels(double value)
Parameters:valuedouble

The width value in pixels.