True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid.Util.Xml.Serialization Namespace / C1Stack Class / SetRange Method

In This Topic
    SetRange Method (C1Stack)
    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