Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PreviewRowTemplateContainer Class / Sheet Property
Example


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

    Property Value

    SheetView that contains the sheet
    Example
    This example sets a preview row and the preview row template container.
    See Also