Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMask Class / Spin Property


In This Topic
    Spin Property (GcMask)
    In This Topic
    Gets data pack of the spin function.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Spin As Spin
    'Usage
     
    
    Dim instance As GcMask
    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