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

In This Topic
    RemoveRange Method (C1Stack)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub RemoveRange( _
       ByVal index As System.Integer, _
       ByVal count As System.Integer _
    ) 
    public virtual void RemoveRange( 
       System.int index,
       System.int count
    )

    Parameters

    index
    count
    See Also