Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NumberFieldsInfo Class / SignSuffix Property


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

    Property Value

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