Interface
IColumnExporter

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

Definition

Namespace:Telerik.Documents.SpreadsheetStreaming

Assembly:Telerik.Documents.SpreadsheetStreaming.dll

Syntax:

cs-api-definition
public interface IColumnExporter : IDisposable

Inherited Members IDisposable.Dispose()

Methods

SetHidden(bool)

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

Declaration

cs-api-definition
void SetHidden(bool value)

Parameters

value

bool

True for hidden; otherwise false.

SetOutlineLevel(int)

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

Declaration

cs-api-definition
void SetOutlineLevel(int value)

Parameters

value

int

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

cs-api-definition
void SetWidthInCharacters(double count)

Parameters

count

double

The count of the characters.

SetWidthInPixels(double)

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

Declaration

cs-api-definition
void SetWidthInPixels(double value)

Parameters

value

double

The width value in pixels.