Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberDecimalSeparatorField Class
Members


In This Topic
    NumberDecimalSeparatorField Class
    In This Topic
    Represents NumberDecimalSeparatorField class to define decimal separator fields for the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control.
    Syntax
    'Declaration
     
    
    Public Class NumberDecimalSeparatorField 
       Inherits NumberField
       Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
    'Usage
     
    
    Dim instance As NumberDecimalSeparatorField
    public class NumberDecimalSeparatorField : NumberField, GrapeCity.Win.Spread.InputMan.CellType.INamedObject  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Win.Spread.InputMan.CellType.Fields.Field
          GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberField
             GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalSeparatorField

    See Also