Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / BooleanToDoubleConverter Class / BooleanToDoubleConverter Constructor


In This Topic
    BooleanToDoubleConverter Constructor
    In This Topic
    Initializes a new instance of the BooleanToDoubleConverter class.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New BooleanToDoubleConverter()
    public BooleanToDoubleConverter()
    See Also