SpellingOptions Interface

Represents the various spell-checking options for a worksheet.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00024465-0000-0000-C000-000000000046")> _
Public Interface SpellingOptions
'Usage
Dim instance As SpellingOptions
[InterfaceTypeAttribute()]
[GuidAttribute("00024465-0000-0000-C000-000000000046")]
public interface SpellingOptions

Remarks

Use the SpellingOptions property of the _Application object to return a SpellingOptions object.

Once a SpellingOptions object is returned, you can use its following properties to set or return various spell-checking options:

See Also

Reference

SpellingOptions Members

Microsoft.Office.Interop.Excel Namespace