SpellingOptions.IgnoreFileNames Property

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.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property IgnoreFileNames As Boolean
    Get
    Set
'Usage
Dim instance As SpellingOptions
Dim value As Boolean

value = instance.IgnoreFileNames

instance.IgnoreFileNames = value
bool IgnoreFileNames { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

SpellingOptions Interface

SpellingOptions Members

Microsoft.Office.Interop.Excel Namespace