Interface ICellImporter
Defines members used to import a cell.
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public interface ICellImporter
Properties
ColumnIndex
Gets the index of the column.
Declaration
int ColumnIndex { get; }
Property Value
System.Int32
The index of the column. |
Format
Gets the format.
Declaration
SpreadCellFormat Format { get; }
Property Value
SpreadCellFormat
The format. |
FormulaValue
Gets the formula cached value.
Declaration
string FormulaValue { get; }
Property Value
System.String
The value. |
RowIndex
Gets the index of the row.
Declaration
int RowIndex { get; }
Property Value
System.Int32
The index of the row. |
Value
Gets the value.
Declaration
string Value { get; }
Property Value
System.String
The value. |