_Workbook.UseWholeCellCriteria 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.
True if the workbook uses search patterns that match the entire content of a cell. Read-only Boolean (bool in C#).
public:
property bool UseWholeCellCriteria { bool get(); };
public bool UseWholeCellCriteria { get; }
Public ReadOnly Property UseWholeCellCriteria As Boolean