InterfaceICellImporter
Interface
Exposes positional data, value, and formatting for a cell being streamed in from an existing worksheet.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
cs-api-definition
public interface ICellImporter
Properties
ColumnIndex
Gets the zero-based column index of the cell within its worksheet.
Format
Gets the effective cell formatting (borders, font, alignment, number format, etc.).
Declaration
cs-api-definition
SpreadCellFormat Format { get; }
Property Value
The format.
FormulaValue
Gets the formula unparsed string value when the cell contains a formula.
RowIndex
Gets the zero-based row index of the cell within its worksheet.
Value
Gets the raw stored value string for the cell. If the cell contains a formula, this is the cached result value.
ValueType
Gets the OOXML cell value type describing how to interpret the stored value.