Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberMoneyPatternDisplayField Class
Members


In This Topic
    NumberMoneyPatternDisplayField Class
    In This Topic
    Represents NumberMoneyPatternDisplayField class to define money pattern display fields for the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control.
    Syntax
    'Declaration
     
    
    Public Class NumberMoneyPatternDisplayField 
       Inherits NumberDisplayField
       Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
    'Usage
     
    
    Dim instance As NumberMoneyPatternDisplayField
    public class NumberMoneyPatternDisplayField : NumberDisplayField, GrapeCity.Win.Spread.InputMan.CellType.INamedObject  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Win.Spread.InputMan.CellType.Fields.DisplayField
          GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDisplayField
             GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberMoneyPatternDisplayField

    See Also