Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadDataSource Class / SheetView Property
Example


In This Topic
    SheetView Property (SpreadDataSource)
    In This Topic
    Gets the sheet associated with this data source.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SheetView As SheetView
    'Usage
     
    
    Dim instance As SpreadDataSource
    Dim value As SheetView
     
    value = instance.SheetView
    public SheetView SheetView {get;}

    Property Value

    SheetView object containing the sheet
    Example
    This example binds a cell range.
    See Also