Errors.Item[Object] Property

Definition

Returns a single member of the Error object.

public:
 property Microsoft::Office::Interop::Excel::Error ^ Item[System::Object ^] { Microsoft::Office::Interop::Excel::Error ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Excel.Error Item[object Index] { get; }
Public ReadOnly Property Item(Index As Object) As Error

Parameters

Index
Object

Required Object. The Index can also be one of these constants:xlEvaluateToError The cell evaluates to an error value.xlTextDate The cell contains a text date with 2 digit years.xlNumberAsText The cell contains a number stored as text.xlInconsistentFormula The cell contains an inconsistent formula for a region.xlOmittedCells The cell contains a formula omitting a cell for a region.xlUnlockedFormulaCells The cell which is unlocked contains a formula.xlEmptyCellReferences The cell contains a formula referring to empty cells.

Property Value

Applies to