API Reference

Class

LegacyXlsScenarioInputCell

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

Represents one changed-cell value in a BIFF8 worksheet scenario.

Inheritance

  • Object
  • LegacyXlsScenarioInputCell

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

Accepted by parameters

Constructors

public LegacyXlsScenarioInputCell(String cellReference, Int32 row, Int32 column, Boolean deleted, String value) #

Creates scenario changed-cell metadata.

Parameters

cellReference System.String requiredposition: 0
row System.Int32 requiredposition: 1
column System.Int32 requiredposition: 2
deleted System.Boolean requiredposition: 3
value System.String requiredposition: 4

Properties

public String CellReference { get; } #

Gets the changed-cell reference in A1 notation.

public Int32 Row { get; } #

Gets the changed-cell row as a one-based index.

public Int32 Column { get; } #

Gets the changed-cell column as a one-based index.

public Boolean Deleted { get; } #

Gets whether the changed cell was deleted.

public String Value { get; } #

Gets the scenario value text stored for the changed cell.