Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / IsFormattedWithDBNum Method


In This Topic
    IsFormattedWithDBNum Method
    In This Topic
    Determines whether the current formatter formats number with DBNum.
    Syntax
    'Declaration
     
    
    Function IsFormattedWithDBNum() As Boolean
    'Usage
     
    
    Dim instance As IFormatter
    Dim value As Boolean
     
    value = instance.IsFormattedWithDBNum()
    bool IsFormattedWithDBNum()

    Return Value

    true if the current formatter formats number with DBNum; otherwise, false.
    See Also