SpellCheckResults.spellingErrors Field
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