_Workbook.UseWildcards 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 enables wildcards for character string comparisons and searching. Read-only Boolean (bool in C#).
public:
property bool UseWildcards { bool get(); };
public bool UseWildcards { get; }
Public ReadOnly Property UseWildcards As Boolean