Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberFields Class / SignPrefix Property


In This Topic
    SignPrefix Property (NumberFields)
    In This Topic
    Gets the sign prefix field of the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SignPrefix As NumberSignField
    'Usage
     
    
    Dim instance As NumberFields
    Dim value As NumberSignField
     
    value = instance.SignPrefix
    public NumberSignField SignPrefix {get;}

    Property Value

    A NumberSignField object indicate the sign prefix.
    See Also