Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / ScrollBars Property


In This Topic
    ScrollBars Property (GeneralEditor)
    In This Topic
    Gets or sets the use of scroll bars.
    Syntax
    'Declaration
     
    
    Public Property ScrollBars As ScrollBars
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As ScrollBars
     
    instance.ScrollBars = value
     
    value = instance.ScrollBars
    public ScrollBars ScrollBars {get; set;}
    See Also