Interface IColumnImporter
Defines members used to import a column.
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public interface IColumnImporter
Properties
FromIndex
Gets the first index of the column range with same properties.
Declaration
int FromIndex { get; }
Property Value
System.Int32
The index. |
IsCustomWidth
Gets a value indicating if the width of the column is custom.
Declaration
bool IsCustomWidth { get; }
Property Value
System.Boolean
A value indicating if the width of the column is custom. |
IsHidden
Gets a value indicating if the column is hidden.
Declaration
bool IsHidden { get; }
Property Value
System.Boolean
A value indicating if the column is hidden. |
OutlineLevel
Gets the outline level.
Declaration
int OutlineLevel { get; }
Property Value
System.Int32
The outline level. |
ToIndex
Gets the last index of the column range with same properties.
Declaration
int ToIndex { get; }
Property Value
System.Int32
The index. |
WidthInCharacters
Gets the width in characters.
Declaration
double WidthInCharacters { get; }
Property Value
System.Double
The width in characters. |
WidthInPixels
Gets the width in pixels.
Declaration
double WidthInPixels { get; }
Property Value
System.Double
The width in pixels. |