Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataView Class / SheetView Property


In This Topic
    SheetView Property (SpreadDataView)
    In This Topic
    Gets the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SheetView As SheetView
    'Usage
     
    
    Dim instance As SpreadDataView
    Dim value As SheetView
     
    value = instance.SheetView
    public SheetView SheetView {get;}

    Property Value

    Sheet (SheetView object)
    See Also