ComponentOne DynamicHelp for WinForms
GetRange Method

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

Parameters

index
count
See Also

Reference

HelpTopicList Class
HelpTopicList Members