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


In This Topic
    SheetView Property (SheetViewStateEventArgs)
    In This Topic
    Gets the sheet whose state is to be loaded or to be saved.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SheetView As SheetView
    'Usage
     
    
    Dim instance As SheetViewStateEventArgs
    Dim value As SheetView
     
    value = instance.SheetView
    public SheetView SheetView {get;}

    Property Value

    SheetView containing the sheet
    Example
    See Also