SpellingOptions.IgnoreFileNames 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 Internet and file addresses; True instructs Excel to ignore Internet and file addresses when using the spell checker.
public:
property bool IgnoreFileNames { bool get(); void set(bool value); };
public bool IgnoreFileNames { get; set; }
Public Property IgnoreFileNames As Boolean