_Worksheet.CircularReference 属性

定义

返回一个 Range 对象,该对象代表工作表上包含第一个循环引用的区域;如果工作表上没有循环引用,则返回 Nothing 。 在继续执行计算之前,必须删除循环引用。 此为只读属性。

public:
 property Microsoft::Office::Interop::Excel::Range ^ CircularReference { Microsoft::Office::Interop::Excel::Range ^ get(); };
public Microsoft.Office.Interop.Excel.Range CircularReference { get; }
Public ReadOnly Property CircularReference As Range

属性值

适用于