ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / GridRowCollection Class / SetRange Method

In This Topic
    SetRange Method (GridRowCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub SetRange( _
       ByVal index As System.Integer, _
       ByVal c As System.Collections.ICollection _
    ) 
    public virtual void SetRange( 
       System.int index,
       System.Collections.ICollection c
    )

    Parameters

    index
    c
    See Also