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


In This Topic
    Spin Property (GcMaskEditingControl)
    In This Topic
    Gets data pack of the spin function.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Spin As Spin
    'Usage
     
    
    Dim instance As GcMaskEditingControl
    Dim value As Spin
     
    value = instance.Spin
    public Spin Spin {get;}

    Property Value

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