Interface IColumnExporter
Defines members used to export a column.
Inherited Members
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public interface IColumnExporter : IDisposable
Methods
SetHidden(Boolean)
Sets a value indicating whether the column should be hidden.
Declaration
void SetHidden(bool value)
Parameters
System.Boolean
value
True for hidden; otherwise false. |
SetOutlineLevel(Int32)
Sets the column outline level.
Declaration
void SetOutlineLevel(int value)
Parameters
System.Int32
value
The outline level value. |
SetWidthInCharacters(Double)
Sets the column width in characters count.
Declaration
void SetWidthInCharacters(double count)
Parameters
System.Double
count
The count of the characters. |
SetWidthInPixels(Double)
Sets the column width in pixels.
Declaration
void SetWidthInPixels(double value)
Parameters
System.Double
value
The width value in pixels. |