API Reference
Class
LegacyXlsExternalCachedCell
Describes one preserved value from an external cell cache CRN record.
Inheritance
- Object
- LegacyXlsExternalCachedCell
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 LegacyXlsExternalCellCache.Cells
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Row { get; } #Gets the zero-based row index in the external sheet cache.
public Int32 Column { get; } #Gets the zero-based column index in the external sheet cache.
public LegacyXlsCellValueKind Kind { get; } #Gets the cached value category.
public Object Value { get; } #Gets the cached value. Error values are stored as Excel error text.