Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / HierBarInfo Class
Members


In This Topic
    HierBarInfo Class
    In This Topic
    Represents information about the hierarchy bar in the Spread component.
    Object Model
    HierBarInfo Class
    Syntax
    'Declaration
     
    
    Public Class HierBarInfo 
       Implements FarPoint.Web.Spread.Model.ISerializeSupport 
    'Usage
     
    
    Dim instance As HierBarInfo
    public class HierBarInfo : FarPoint.Web.Spread.Model.ISerializeSupport  
    Remarks

    The hierarchy bar is the tool bar above the component that contains the information about the hierarchy for a sheet view that has more than one level of sheet.

    When you have an entire sheet in a cell, you have a hierarchy. As an alternative to displaying the entire hierarchy of sheets, you can display only one sheet at a time with its hierarchy information displayed in the tool bars above the sheet. This hierarchy information displays the names of the different sheet levels (the whole path) on one line and lets you click on any of those levels, and it displays the information about the parent row (the row above the displayed sheet) on another line. You can decide whether to display one or both of these.

    Inheritance Hierarchy

    System.Object
       FarPoint.Web.Spread.HierBarInfo

    See Also