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


In This Topic
    SheetView Property (SpreadImage)
    In This Topic
    Gets or Sets Sheetview instance of SpreadImage
    Syntax
    'Declaration
     
    
    Public Property SheetView As SheetView
    'Usage
     
    
    Dim instance As SpreadImage
    Dim value As SheetView
     
    instance.SheetView = value
     
    value = instance.SheetView
    public SheetView SheetView {get; set;}
    See Also