SpellingOptions.IgnoreCaps 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.
False instructs Microsoft Excel to check for uppercase words; True instructs Excel to ignore words in uppercase when using the spelling checker.
public:
property bool IgnoreCaps { bool get(); void set(bool value); };
public bool IgnoreCaps { get; set; }
Public Property IgnoreCaps As Boolean