_Workbook.CaseSensitive 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 distinguishes between upper and lower case when comparing content. Read-only Boolean (bool in C#).
public:
property bool CaseSensitive { bool get(); };
public bool CaseSensitive { get; }
Public ReadOnly Property CaseSensitive As Boolean