Spread ASP.NET 6.0 Product Documentation
HierBarInfo Class
Members  See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : HierBarInfo Class


Glossary Item Box

Represents information about the hierarchy bar in the Spread component.

Object Model

HierBarInfo Class

Syntax

Visual Basic (Declaration) 
Public Class HierBarInfo 
   Implements FarPoint.Web.Spread.Model.ISerializeSupport 
Visual Basic (Usage)Copy Code
Dim instance As HierBarInfo
C# 
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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.