Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / ResetViewRowIndexes Method
Example


In This Topic
    ResetViewRowIndexes Method
    In This Topic
    Resets all row indexes in the sheet to be the same as the row indexes in the corresponding data model.
    Syntax
    'Declaration
     
    
    Public Sub ResetViewRowIndexes() 
    'Usage
     
    
    Dim instance As SheetView
     
    instance.ResetViewRowIndexes()
    public void ResetViewRowIndexes()
    Example
    This example uses the ResetViewRowIndexes method.
    See Also