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


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