ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1VirtualizingPanel Class / RemoveInternalChildRange Method

In This Topic
    RemoveInternalChildRange Method (C1VirtualizingPanel)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub RemoveInternalChildRange( _
       ByVal i As Integer, _
       ByVal p As Integer _
    ) 
    protected void RemoveInternalChildRange( 
       int i,
       int p
    )

    Parameters

    i
    p
    See Also