Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ScrollingContentInfo Class / RowNumberPolicy Property


In This Topic
    RowNumberPolicy Property
    In This Topic
    Gets or sets the policy that controls how to display row numbers in the vertical scrolling tip when the ColumnIndices property is not empty.
    Syntax
    'Declaration
     
    
    Public Property RowNumberPolicy As ScrollingContentRowNumberPolicy
    'Usage
     
    
    Dim instance As ScrollingContentInfo
    Dim value As ScrollingContentRowNumberPolicy
     
    instance.RowNumberPolicy = value
     
    value = instance.RowNumberPolicy
    public ScrollingContentRowNumberPolicy RowNumberPolicy {get; set;}
    See Also