API Reference

Class

LegacyXlsExternalCachedCell

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

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

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.