Errors.Item[Object] 属性

定义

返回 对象的单个成员 Error

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

参数

Index
Object

必需的 对象。 也可以 Index 是下列常量之一:xlEvaluateToError 单元格的计算结果为错误值。xlTextDate 单元格包含具有 2 位数年份的文本日期。xlNumberAsText 单元格包含存储为文本的数字。xlInconsistentFormula 单元格包含区域的公式不一致。xlOmittedCells 单元格包含省略某个区域的单元格的公式。xlUnlockedFormulaCells 已解锁的单元格包含一个公式。xlEmptyCellReferences 单元格包含引用空单元格的公式。

属性值

适用于