Share via


SpellCheckResults.spellingErrors Field

Specifies an array of SpellingErrors for each chunk of text where spelling errors were detected.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public spellingErrors As SpellingErrors()
'Usage
Dim instance As SpellCheckResults
Dim value As SpellingErrors()

value = instance.spellingErrors

instance.spellingErrors = value
public SpellingErrors[] spellingErrors

See Also

Reference

SpellCheckResults Structure

SpellCheckResults Members

Microsoft.SharePoint.Publishing Namespace