ErrorCheckingOptions.EmptyCellReferences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When set to True (default), Microsoft Excel identifies, with an AutoCorrect Options button, selected cells containing formulas that refer to empty cells. False disables empty cell reference checking.
public:
property bool EmptyCellReferences { bool get(); void set(bool value); };
public bool EmptyCellReferences { get; set; }
Public Property EmptyCellReferences As Boolean