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()
See Also