Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / ScrollBars Property


In This Topic
    ScrollBars Property (IChart)
    In This Topic
    Gets the list of scroll bar controls of this GrapeCity.Spreadsheet.IWorksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property ScrollBars As IScrollBars
    'Usage
     
    
    Dim instance As IChart
    Dim value As IScrollBars
     
    value = instance.ScrollBars
    IScrollBars ScrollBars {get;}
    See Also