API Reference
Class
LegacySpreadsheetCellContent
Describes a recovered source cell, including its cached value and translated formula.
Inheritance
- Object
- LegacySpreadsheetCellContent
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacySpreadsheetImportResult.Cells
Inherited Methods
Properties
public String SheetName { get; } #Gets the projected sheet name.
public Int32 Row { get; } #Gets the 1-based row.
public Int32 Column { get; } #Gets the 1-based column.
public Object CachedValue { get; } #Gets the finite cached value retained from the source.
public String Formula { get; } #Gets the safely translated formula, or null when cached-value fallback was required.
public Byte SourceFormat { get; } #Gets the original format byte.
public String NumberFormat { get; } #Gets the mapped Excel number format.
public String Comment { get; } #Gets a recovered comment.
public Nullable<ExcelHorizontalAlignment> Alignment { get; } #Gets the recovered horizontal alignment.