ComponentOne SpellChecker for WinForms
GetRange Method (SuggestionList)

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > SuggestionList Class : GetRange Method
Syntax
'Declaration
 
Public Function GetRange( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) As System.Collections.Generic.List(Of String)
public System.Collections.Generic.List<string> GetRange( 
   System.int index,
   System.int count
)

Parameters

index
count
See Also

Reference

SuggestionList Class
SuggestionList Members