Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NumberFieldsInfo Class / SignPrefix Property


In This Topic
    SignPrefix Property (NumberFieldsInfo)
    In This Topic
    Gets the sign prefix field of the GcNumberCellType object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SignPrefix As NumberSignFieldInfo
    'Usage
     
    
    Dim instance As NumberFieldsInfo
    Dim value As NumberSignFieldInfo
     
    value = instance.SignPrefix
    public NumberSignFieldInfo SignPrefix {get;}

    Property Value

    A GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberSignFieldInfo object that indicates the sign prefix.
    See Also