Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.DocumentModels Class / ResetViewRowIndexes Method


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.DocumentModels
     
    instance.ResetViewRowIndexes()
    public void ResetViewRowIndexes()
    See Also