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


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

    Property Value

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