Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / Spin Property


In This Topic
    Spin Property (GcComboBoxCellType)
    In This Topic
    Gets the spin action information.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Spin As Spin
    'Usage
     
    
    Dim instance As GcComboBoxCellType
    Dim value As Spin
     
    value = instance.Spin
    public Spin Spin {get;}

    Property Value

    A Spin that indicates the spin information.
    Remarks
    The spin behaviors can be customized by setting this Spin property.
    See Also