FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CircularCellChangedEventArgs Class / SheetView Property


In This Topic
SheetView Property (CircularCellChangedEventArgs)
In This Topic
Gets the sheetview contains the cell range.
Syntax
'Declaration
 
Public ReadOnly Property SheetView As SheetView
 
'Usage
 
Dim instance As CircularCellChangedEventArgs
Dim value As SheetView
 
value = instance.SheetView
See Also