Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IScrollBars Interface
Members


In This Topic
    IScrollBars Interface
    In This Topic
    Represents a list of scroll bar controls.
    Object Model
    IScrollBars Interface
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Interface IScrollBars 
       Inherits GrapeCity.Spreadsheet.IReadonlyArray(Of IScrollBar) 
    'Usage
     
    Dim instance As IScrollBars
    [DefaultMember("Item")]
    public interface IScrollBars : GrapeCity.Spreadsheet.IReadonlyArray<IScrollBar>  
    See Also