Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / SyncIndexOnRemoveRows Method
The row.
The count.


In This Topic
    SyncIndexOnRemoveRows Method
    In This Topic
    Synchronizes the index on the removed rows.
    Syntax
    'Declaration
     
    
    Protected Sub SyncIndexOnRemoveRows( _
       ByVal row As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim count As Integer
     
    instance.SyncIndexOnRemoveRows(row, count)
    protected void SyncIndexOnRemoveRows( 
       int row,
       int count
    )

    Parameters

    row
    The row.
    count
    The count.
    See Also