Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBarRangeStatusElement Class
Members


In This Topic
    FpStatusBarRangeStatusElement Class
    In This Topic
    Represents the element of status bar handling the change of selection ranges in activesheetview. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class FpStatusBarRangeStatusElement 
       Inherits FpStatusBarTextElement
       Implements FarPoint.Win.ISerializeSupport, IFpStatusBarElement 
    'Usage
     
    
    Dim instance As FpStatusBarRangeStatusElement
    public abstract class FpStatusBarRangeStatusElement : FpStatusBarTextElement, FarPoint.Win.ISerializeSupport, IFpStatusBarElement  
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Spread.FpBaseStatusBarElement
          FarPoint.Win.Spread.FpStatusBarTextElement
             FarPoint.Win.Spread.FpStatusBarRangeStatusElement
                FarPoint.Win.Spread.FpStatusBarRangeStatusFormatElement

    See Also