Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ScrollingContentRowNumberPolicy Enumeration


In This Topic
    ScrollingContentRowNumberPolicy Enumeration
    In This Topic
    Specifies how to display the current row number in scrolling content.
    Syntax
    'Declaration
     
    
    Public Enum ScrollingContentRowNumberPolicy 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScrollingContentRowNumberPolicy
    public enum ScrollingContentRowNumberPolicy : System.Enum 
    Members
    MemberDescription
    FirstDisplay the current row number at the start of the scrolling content.
    LastDisplay the current row number at the end of the scrolling content.
    NeverDoesn't display the current row number in the scrolling content.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.ScrollingContentRowNumberPolicy

    See Also