Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBarRangeStatusElement Class
Members


FpStatusBarRangeStatusElement Class
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
Inheritance Hierarchy

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

See Also