API Reference
Class
LegacyXlsScenarioInputCell
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
- Property LegacyXlsScenario.InputCells
Accepted by parameters
- Constructor LegacyXlsScenario.LegacyXlsScenario
Constructors
public LegacyXlsScenarioInputCell(String cellReference, Int32 row, Int32 column, Boolean deleted, String value) #Creates scenario changed-cell metadata.
Parameters
- cellReference System.String
- row System.Int32
- column System.Int32
- deleted System.Boolean
- value System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.