Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Log Namespace / LogEntryList Class / RemoveRange Method

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

    Parameters

    index
    count
    See Also