Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ScrollingContentRowNumberPolicy Enumeration


ScrollingContentRowNumberPolicy Enumeration
Specifies how to display the current row number in scrolling content.
Syntax
'Declaration
 
Public Enum ScrollingContentRowNumberPolicy 
   Inherits System.Enum
 
'Usage
 
Dim instance As ScrollingContentRowNumberPolicy
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