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


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

    Parameters

    row
    The row.
    count
    The count.
    See Also