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


In This Topic
    ResetViewColumnIndexes Method
    In This Topic
    Resets all column indexes in the sheet to be the same as the column indexes in the corresponding data model.
    Syntax
    'Declaration
     
    
    Public Sub ResetViewColumnIndexes() 
    'Usage
     
    
    Dim instance As SheetView.DocumentModels
     
    instance.ResetViewColumnIndexes()
    public void ResetViewColumnIndexes()
    See Also