Spread Windows Forms 15.0
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
    public SheetView SheetView {get;}
    See Also