ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / GridColumnCollection Class / GetRange Method

In This Topic
    GetRange Method (GridColumnCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetRange( _
       ByVal index As System.Integer, _
       ByVal count As System.Integer _
    ) As System.Collections.ArrayList
    public virtual System.Collections.ArrayList GetRange( 
       System.int index,
       System.int count
    )

    Parameters

    index
    count
    See Also