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


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

Return Value

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