Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / HierarchicalView Property
Example


In This Topic
    HierarchicalView Property
    In This Topic
    Gets or sets whether to display the child sheets in the Spread component hierarchically.
    Syntax
    'Declaration
     
    
    Public Property HierarchicalView As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    instance.HierarchicalView = value
     
    value = instance.HierarchicalView
    public bool HierarchicalView {get; set;}

    Property Value

    true if component displays child views; otherwise false
    Example
    This example binds the spreadsheet to a dataset and turns off the hierarchical view and displays the hierarchy bar when the user clicks on the any of the expansion nodes.
    See Also