FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.DocumentModels Class / IsAnyColumnViewIndexSet Method


In This Topic
IsAnyColumnViewIndexSet Method
In This Topic
Determines whether any columns have been mapped to different column indexes in the sheet.
Syntax
'Declaration
 
Public Function IsAnyColumnViewIndexSet() As Boolean
 
'Usage
 
Dim instance As SheetView.DocumentModels
Dim value As Boolean
 
value = instance.IsAnyColumnViewIndexSet()

Return Value

True if there is a mapping; otherwise, false
See Also